packages: fox/fox-opt.patch - adjusted for 1.7.19

amateja amateja at pld-linux.org
Mon Jun 8 15:37:05 CEST 2009


Author: amateja                      Date: Mon Jun  8 13:37:05 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- adjusted for 1.7.19

---- Files affected:
packages/fox:
   fox-opt.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/fox/fox-opt.patch
diff -u packages/fox/fox-opt.patch:1.2 packages/fox/fox-opt.patch:1.3
--- packages/fox/fox-opt.patch:1.2	Thu Jun 29 21:11:21 2006
+++ packages/fox/fox-opt.patch	Mon Jun  8 15:36:59 2009
@@ -1,20 +1,20 @@
---- fox-1.0.30/configure.in.orig	Sat Jan 11 06:01:11 2003
-+++ fox-1.0.30/configure.in	Tue Jan 28 19:29:29 2003
-@@ -240,7 +237,7 @@
+--- fox-1.7.19/configure.in.orig	2009-06-08 15:44:02.800305559 +0200
++++ fox-1.7.19/configure.in	2009-06-08 15:44:19.686993869 +0200
+@@ -370,7 +370,7 @@
  AC_ARG_ENABLE(debug,[  --enable-debug          compile for debugging])
  AC_MSG_RESULT([$enable_debug])
  if test "x$enable_debug" = "xyes" ; then
 -CXXFLAGS="${CXXFLAGS} -g -DDEBUG"
 +CXXFLAGS="${CXXFLAGS} -DDEBUG"
+ echo DEBUG
+ echo CXXFLAGS=$CXXFLAGS
  fi
- 
- dnl Building for release
-@@ -248,7 +245,7 @@
+@@ -380,7 +380,7 @@
  AC_ARG_ENABLE(release,[  --enable-release        compile for release])
  AC_MSG_RESULT([$enable_release])
  if test "x$enable_release" = "xyes" ; then
 -CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
 +CXXFLAGS="${CXXFLAGS} -DNDEBUG"
  if test "${GXX}" = "yes" ; then
- CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
+ CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
  fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fox/fox-opt.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list