SOURCES: nxcomp-FLAGS.patch - improved - pass `-Wno-deprecated' to...

twittner twittner at pld-linux.org
Sun Apr 8 01:14:43 CEST 2007


Author: twittner                     Date: Sat Apr  7 23:14:42 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- improved
- pass `-Wno-deprecated' to CXXFLAGS to avoid the same, repetitive 
  warnings

---- Files affected:
SOURCES:
   nxcomp-FLAGS.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/nxcomp-FLAGS.patch
diff -u SOURCES/nxcomp-FLAGS.patch:1.1 SOURCES/nxcomp-FLAGS.patch:1.2
--- SOURCES/nxcomp-FLAGS.patch:1.1	Sat Apr  7 20:46:12 2007
+++ SOURCES/nxcomp-FLAGS.patch	Sun Apr  8 01:14:37 2007
@@ -1,13 +1,15 @@
+Only in n.nxcomp: config.log
 diff -u b.nxcomp/configure.in n.nxcomp/configure.in
 --- b.nxcomp/configure.in	2006-06-19 19:55:55.000000000 +0200
-+++ n.nxcomp/configure.in	2007-04-07 20:28:57.000000000 +0200
-@@ -7,8 +7,7 @@
++++ n.nxcomp/configure.in	2007-04-08 01:05:31.000000000 +0200
+@@ -7,8 +7,8 @@
  
  dnl Set our default compilation flags.
  
 -CXXFLAGS="-O3 -fno-rtti -fno-exceptions"
 -CFLAGS="-O3"
-+CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions"
++CXXFLAGS="${CXXFLAGS:--O3} -fno-rtti -fno-exceptions -Wno-deprecated"
++CFLAGS="${CFLAGS:--O3}"
  
  dnl Reset default linking directives.
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nxcomp-FLAGS.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list