rpms/spr/devel spr-06.00.02-cflags.patch, NONE, 1.1 spr-05.00.01-cflags.patch, 1.1, NONE

Michael Thomas (wart) fedora-extras-commits at redhat.com
Tue Aug 21 22:31:51 UTC 2007


Author: wart

Update of /cvs/extras/rpms/spr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7681

Added Files:
	spr-06.00.02-cflags.patch 
Removed Files:
	spr-05.00.01-cflags.patch 
Log Message:
Update patch for latest release



spr-06.00.02-cflags.patch:

--- NEW FILE spr-06.00.02-cflags.patch ---
--- StatPatternRecognition/configure.orig	2007-06-07 18:31:31.000000000 -0700
+++ StatPatternRecognition/configure	2007-06-07 18:32:04.000000000 -0700
@@ -9648,7 +9648,11 @@
 
 ################################
 
-AM_CXXFLAGS="-ansi -pedantic -O4"
+if test "${ac_env_CXXFLAGS_set}" = set; then
+    AM_CXXFLAGS=${ac_env_CXXFLAGS_value}
+else
+    AM_CXXFLAGS="-ansi -pedantic -O4"
+fi
 
 
 
--- StatPatternRecognition/configure.ac.orig	2007-06-07 18:31:36.000000000 -0700
+++ StatPatternRecognition/configure.ac	2007-06-07 18:32:22.000000000 -0700
@@ -104,7 +104,11 @@
 
 ################################
 
-AM_CXXFLAGS="-ansi -pedantic -O4"
+if test "${ac_env_CXXFLAGS_set}" = set; then
+    AM_CXXFLAGS=${ac_env_CXXFLAGS_value}
+else
+    AM_CXXFLAGS="-ansi -pedantic -O4"
+fi
 
 AC_SUBST([AM_CPPFLAGS])
 AC_SUBST([AM_CXXFLAGS])


--- spr-05.00.01-cflags.patch DELETED ---




More information about the fedora-extras-commits mailing list