summaryrefslogtreecommitdiffstats
path: root/audio-soft/musepack-tools/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio-soft/musepack-tools/Makefile.patch')
-rw-r--r--audio-soft/musepack-tools/Makefile.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/audio-soft/musepack-tools/Makefile.patch b/audio-soft/musepack-tools/Makefile.patch
new file mode 100644
index 0000000000..b6e1d16c52
--- /dev/null
+++ b/audio-soft/musepack-tools/Makefile.patch
@@ -0,0 +1,23 @@
+--- Makefile.orig 2005-02-07 15:56:48.000000000 +0100
++++ Makefile 2005-02-07 23:23:20.422596896 +0100
+@@ -36,7 +36,7 @@
+ # If unset Intel 386 with optimization for Pentium is selected.
+
+ ifndef ARCH
+-ARCH = -march=i586 -m$(TUNE)=i686
++ARCH = #-march=i586 -m$(TUNE)=i686
+ endif
+
+ ifdef MINGW
+@@ -176,9 +176,9 @@
+ -fno-finite-math-only -fno-unsafe-math-optimizations
+ endif
+
+-OPTIM_SPEED = -O2 $(FLAGS) $(UNBREAK)
++OPTIM_SPEED = $(UNBREAK)
+
+-OPTIM_SIZE = -Os $(FLAGS) $(UNBREAK)
++OPTIM_SIZE = $(UNBREAK)
+
+ # Options to generate Assembly code for inspecting
+