Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37725295
en ru br
ALT Linux repositórios
S:3.0.1-alt1

Group :: Editores
RPM: ne

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: ne-libs.patch
Download


--- src/makefile.fix	2010-04-24 20:50:02.000000000 +0400
+++ src/makefile	2010-04-24 20:50:18.000000000 +0400
@@ -103,9 +103,9 @@ CFLAGS=$(OPTS) $(NO_SIGN) \
 
 LIBS=$(if $(NE_TERMCAP)$(NE_ANSI),,-lcurses)
 
 ne:	$(OBJS) $(if $(NE_TERMCAP)$(NE_ANSI),$(TERMCAPOBJS),)
-	$(CC) -lm $(OPTS) $(LDFLAGS) $^ $(LIBS) -o $(PROGRAM)
+	$(CC) $(OPTS) $(LDFLAGS) $^ $(LIBS) -lm -o $(PROGRAM)
 
 clean:
 	rm -f *.o core
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009