]> git.pld-linux.org Git - packages/fox.git/blobdiff - fox-opt.patch
- updated to 1.7.57
[packages/fox.git] / fox-opt.patch
index f91be2ebe8155de39558e14c6e4bf58aa10e7aa0..dd869c85fe2fab6ac601e6ab52124508a78bc880 100644 (file)
@@ -1,5 +1,5 @@
---- fox-1.7.26/configure.ac.orig       2011-04-13 02:14:35.000000000 +0200
-+++ fox-1.7.26/configure.ac    2011-05-28 07:38:29.803780335 +0200
+--- fox-1.7.57/configure.ac.orig       2016-07-08 20:07:27.000000000 +0200
++++ fox-1.7.57/configure.ac    2017-02-05 22:23:07.410090151 +0100
 @@ -56,9 +56,6 @@
  AC_SUBST(LT_REVISION)
  AC_SUBST(LT_AGE)
@@ -10,7 +10,7 @@
  # More secret source
  AC_GNU_SOURCE
  
-@@ -120,7 +117,7 @@
+@@ -125,7 +122,7 @@
  AC_ARG_ENABLE(debug,[  --enable-debug          compile for debugging])
  AC_MSG_RESULT([$enable_debug])
  if test "x$enable_debug" = "xyes" ; then
  fi
  
  # Building for release
-@@ -128,10 +125,9 @@
+@@ -133,10 +130,9 @@
  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 -fstrict-aliasing -finline-functions -fomit-frame-pointer"
+     CXXFLAGS="${CXXFLAGS} -ffast-math -fstrict-aliasing -finline-functions -fomit-frame-pointer"
 -    LDFLAGS="-s ${LDFLAGS}"
    fi
  fi
This page took 0.170351 seconds and 4 git commands to generate.