summaryrefslogtreecommitdiffstats
path: root/contrib/libogg/P00-darwin-O4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libogg/P00-darwin-O4.patch')
-rw-r--r--contrib/libogg/P00-darwin-O4.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/libogg/P00-darwin-O4.patch b/contrib/libogg/P00-darwin-O4.patch
new file mode 100644
index 000000000..d26b74596
--- /dev/null
+++ b/contrib/libogg/P00-darwin-O4.patch
@@ -0,0 +1,14 @@
+diff -ur libogg.orig/configure libogg/configure
+--- libogg.orig/configure 2005-11-27 23:26:32.000000000 -0500
++++ libogg/configure 2011-08-19 23:16:01.000000000 -0400
+@@ -19106,8 +19106,8 @@
+ ;;
+ *-*-darwin*)
+ DEBUG="-fno-common -g -Wall -fsigned-char"
+- CFLAGS="-fno-common -O4 -Wall -fsigned-char -ffast-math"
+- PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math"
++ CFLAGS="-fno-common -O3 -Wall -fsigned-char -ffast-math"
++ PROFILE="-fno-common -O3 -Wall -pg -g -fsigned-char -ffast-math"
+ ;;
+ *)
+ DEBUG="-g -Wall -fsigned-char"