summaryrefslogtreecommitdiff
path: root/math/TinySVM/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/TinySVM/patches/patch-ab')
-rw-r--r--math/TinySVM/patches/patch-ab18
1 files changed, 15 insertions, 3 deletions
diff --git a/math/TinySVM/patches/patch-ab b/math/TinySVM/patches/patch-ab
index 28c0c9e039e..8ec500e2a2b 100644
--- a/math/TinySVM/patches/patch-ab
+++ b/math/TinySVM/patches/patch-ab
@@ -1,9 +1,10 @@
-$NetBSD: patch-ab,v 1.2 2012/03/01 04:49:51 obache Exp $
+$NetBSD: patch-ab,v 1.3 2012/03/01 05:01:15 obache Exp $
* Not using Solaris builtin make in pkgsrc.
+* Honor CFLAGS/CXXFLAGS and avoid to override the optimizer levels.
---- configure.orig 2002-08-20 08:01:54.000000000 +0200
-+++ configure 2011-09-13 16:52:23.293134524 +0200
+--- configure.orig 2002-08-20 06:01:54.000000000 +0000
++++ configure
@@ -6095,9 +6095,6 @@ if $ac_make --version 2>/dev/null | grep
echo "$ac_t""yes" 1>&6
else
@@ -14,3 +15,14 @@ $NetBSD: patch-ab,v 1.2 2012/03/01 04:49:51 obache Exp $
fi
+@@ -6105,8 +6102,8 @@ fi
+
+
+ if test -n "$GCC"; then
+- CFLAGS="-Wall -O9 -funroll-all-loops -finline -ffast-math"
+- CXXFLAGS="-Wall -O9 -funroll-all-loops -finline -ffast-math"
++ CFLAGS="$CFLAGS -Wall -funroll-all-loops -finline -ffast-math"
++ CXXFLAGS="$CXXFLAGS -Wall -funroll-all-loops -finline -ffast-math"
+ fi
+
+ # On Intel systems with gcc, we may need to compile with -mieee-fp to