aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 14:18:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 14:18:48 +0000
commitba387167275fb185273f240c26d21f2c647e923f (patch)
tree2a66fd156938ac2d6ad4d9e0327405f8b8ea3f1d
parent223881800125fc229e7b75ffc6f08963bf83edd0 (diff)
downloadports-ba387167275fb185273f240c26d21f2c647e923f.tar.gz
ports-ba387167275fb185273f240c26d21f2c647e923f.zip
Remove expensive optimisations, which seems broke equalizer with our gcc.
PR: 19141 Submitted by: Sascha Blank <blank@uni-trier.de>
Notes
Notes: svn path=/head/; revision=29642
-rw-r--r--audio/xmms/files/patch-ad12
-rw-r--r--multimedia/xmms/files/patch-ad12
2 files changed, 20 insertions, 4 deletions
diff --git a/audio/xmms/files/patch-ad b/audio/xmms/files/patch-ad
index 3e8d4ddc49b3..599afb775e69 100644
--- a/audio/xmms/files/patch-ad
+++ b/audio/xmms/files/patch-ad
@@ -1,5 +1,5 @@
--- configure.orig Mon Jun 12 17:06:00 2000
-+++ configure Fri Jun 16 07:01:32 2000
++++ configure Fri Jun 16 16:44:02 2000
@@ -3287,14 +3287,14 @@
fi
@@ -36,7 +36,15 @@
fi
rm -f conftest*
INSTOBJEXT=.mo
-@@ -7117,7 +7117,7 @@
+@@ -7110,14 +7110,14 @@
+
+ if test -n "$GCC"
+ then
+- CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math"
++ CFLAGS="$CFLAGS -fomit-frame-pointer -finline-functions -ffast-math"
+ fi
+
+ arch_type=other
ARCH_DEFINES=""
case "$host" in
i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*)
diff --git a/multimedia/xmms/files/patch-ad b/multimedia/xmms/files/patch-ad
index 3e8d4ddc49b3..599afb775e69 100644
--- a/multimedia/xmms/files/patch-ad
+++ b/multimedia/xmms/files/patch-ad
@@ -1,5 +1,5 @@
--- configure.orig Mon Jun 12 17:06:00 2000
-+++ configure Fri Jun 16 07:01:32 2000
++++ configure Fri Jun 16 16:44:02 2000
@@ -3287,14 +3287,14 @@
fi
@@ -36,7 +36,15 @@
fi
rm -f conftest*
INSTOBJEXT=.mo
-@@ -7117,7 +7117,7 @@
+@@ -7110,14 +7110,14 @@
+
+ if test -n "$GCC"
+ then
+- CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math"
++ CFLAGS="$CFLAGS -fomit-frame-pointer -finline-functions -ffast-math"
+ fi
+
+ arch_type=other
ARCH_DEFINES=""
case "$host" in
i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*)