Author: kosmo Date: Sat Jan 26 09:19:28 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - cflags fix for slmodem
---- Files affected: SOURCES: slmodem-cflags.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/slmodem-cflags.patch diff -u /dev/null SOURCES/slmodem-cflags.patch:1.1 --- /dev/null Sat Jan 26 10:19:28 2008 +++ SOURCES/slmodem-cflags.patch Sat Jan 26 10:19:23 2008 @@ -0,0 +1,13 @@ +diff -urN slmodem-2.9.11-20070813.orig/modem/Makefile slmodem-2.9.11-20070813/modem/Makefile +--- slmodem-2.9.11-20070813.orig/modem/Makefile 2005-11-01 15:33:34.000000000 +0000 ++++ slmodem-2.9.11-20070813/modem/Makefile 2008-01-26 10:10:01.000000000 +0000 +@@ -16,8 +16,7 @@ + CC:= gcc + RM:= rm -f + +-CFLAGS+= -Wall -g -O -I. -DCONFIG_DEBUG_MODEM +- ++CFLAGS:= -Wall -g -O -I. -DCONFIG_DEBUG_MODEM + + modem-objs:= \ + modem.o modem_datafile.o modem_at.o modem_timer.o \ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
