From 531210505feab4d31230500200f6e9dd738ba879 Mon Sep 17 00:00:00 2001 From: sobomax Date: Fri, 16 Jun 2000 14:18:48 +0000 Subject: Remove expensive optimisations, which seems broke equalizer with our gcc. PR: 19141 Submitted by: Sascha Blank --- audio/xmms/files/patch-ad | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'audio') 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-*-*) -- cgit