Author: lisu Date: Fri Oct 22 10:55:35 2010 GMT Module: packages Tag: HEAD ---- Log message: - pass CFLAGS, link with -ltinfo, arch dependend compiler
---- Files affected: packages/tetrix: tetrix-build.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/tetrix/tetrix-build.patch diff -u /dev/null packages/tetrix/tetrix-build.patch:1.1 --- /dev/null Fri Oct 22 12:55:35 2010 +++ packages/tetrix/tetrix-build.patch Fri Oct 22 12:55:30 2010 @@ -0,0 +1,11 @@ +--- tetrix-2.3/Makefile~ 2010-10-22 05:42:40.000000000 +0200 ++++ tetrix-2.3/Makefile 2010-10-22 12:50:42.861170997 +0200 +@@ -14,7 +14,7 @@ + INCS= tet.h + + tetrix: $(OBJS) $(INCS) +- cc $(LFLAGS) $(OBJS) -lncurses -o tetrix ++ $(CC) $(CFLAGS) $(LFLAGS) $(OBJS) -o tetrix -lncurses -ltinfo + + MoveR.o: MoveR.c tet.h + MoveL.o: MoveL.c tet.h ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
