aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-16 22:18:48 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-16 22:18:48 +0800
commit531210505feab4d31230500200f6e9dd738ba879 (patch)
tree44dc57e8277d8d8ed4651100c05d7b80abb79a01 /multimedia
parentbeefd2d868748462f5ee06c680859294b8062990 (diff)
downloadfreebsd-ports-gnome-531210505feab4d31230500200f6e9dd738ba879.tar.gz
freebsd-ports-gnome-531210505feab4d31230500200f6e9dd738ba879.tar.zst
freebsd-ports-gnome-531210505feab4d31230500200f6e9dd738ba879.zip
Remove expensive optimisations, which seems broke equalizer with our gcc.
PR: 19141 Submitted by: Sascha Blank <blank@uni-trier.de>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xmms/files/patch-ad12
1 files changed, 10 insertions, 2 deletions
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-*-*)