]> git.pld-linux.org Git - packages/fox.git/blobdiff - fox-opt.patch
- BR/R: xorg-lib-libXi-devel
[packages/fox.git] / fox-opt.patch
index 97eae941af0fda4d9ce3dcbda4160441d2ea3f14..9a058e7949ef433425bab72687f44201aeda3add 100644 (file)
@@ -1,30 +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
-@@ -49,9 +49,6 @@
- AC_SUBST(LT_REVISION)
- AC_SUBST(LT_AGE)
--dnl Prevents setting flags.
--CXXFLAGS=""
--
- dnl Checks for programs.
- AC_PROG_MAKE_SET
- AC_PROG_CC
-@@ -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
This page took 0.089414 seconds and 4 git commands to generate.