packages: nforenum/nforenum-cflags.patch (NEW) - drop redundant flags

lisu lisu at pld-linux.org
Fri Apr 23 12:45:44 CEST 2010


Author: lisu                         Date: Fri Apr 23 10:45:44 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- drop redundant flags

---- Files affected:
packages/nforenum:
   nforenum-cflags.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/nforenum/nforenum-cflags.patch
diff -u /dev/null packages/nforenum/nforenum-cflags.patch:1.1
--- /dev/null	Fri Apr 23 12:45:45 2010
+++ packages/nforenum/nforenum-cflags.patch	Fri Apr 23 12:45:39 2010
@@ -0,0 +1,11 @@
+--- nforenum-r2309/Makefile~	2009-12-24 01:05:24.000000000 +0100
++++ nforenum-r2309/Makefile	2010-04-23 12:32:35.289742111 +0200
+@@ -31,7 +31,7 @@
+ ifeq ($(ISCYGWIN),1)
+ CFLAGS = -g -mno-cygwin -O1 -idirafter$(BOOST_INCLUDE) -Wall -Wno-uninitialized $(CFLAGAPP)
+ else
+-CFLAGS = -g -O1 -idirafter$(BOOST_INCLUDE) -Wall -Wno-uninitialized $(CFLAGAPP)
++CFLAGS = -g  -idirafter$(BOOST_INCLUDE) -Wall -Wno-uninitialized $(CFLAGAPP)
+ endif
+ 
+ CXXFLAGS = $(CFLAGS)
================================================================


More information about the pld-cvs-commit mailing list