summaryrefslogtreecommitdiff
path: root/user/libtheora/libtheora-flags.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-09 22:44:09 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-09 22:44:09 -0500
commit91f40de289ddc4f9a92ffd02a2810ddddcb5f984 (patch)
tree2a6e67a308a19417fe955c4d341a831ceccee2cc /user/libtheora/libtheora-flags.patch
parent1260f86b565660da72dc1519a8e559bf6698ec2f (diff)
downloadpackages-91f40de289ddc4f9a92ffd02a2810ddddcb5f984.tar.gz
packages-91f40de289ddc4f9a92ffd02a2810ddddcb5f984.tar.bz2
packages-91f40de289ddc4f9a92ffd02a2810ddddcb5f984.tar.xz
packages-91f40de289ddc4f9a92ffd02a2810ddddcb5f984.zip
user/libtheora: pull in, fix up
Diffstat (limited to 'user/libtheora/libtheora-flags.patch')
-rw-r--r--user/libtheora/libtheora-flags.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/libtheora/libtheora-flags.patch b/user/libtheora/libtheora-flags.patch
new file mode 100644
index 000000000..a47cc5771
--- /dev/null
+++ b/user/libtheora/libtheora-flags.patch
@@ -0,0 +1,14 @@
+diff -ur libtheora-1.0beta2.orig/configure.ac libtheora-1.0beta2/configure.ac
+--- libtheora-1.0beta2.orig/configure.ac 2007-10-13 00:01:38.000000000 +0300
++++ libtheora-1.0beta2/configure.ac 2007-11-25 22:44:49.000000000 +0200
+@@ -102,8 +102,8 @@
+ case $host in
+ *)
+ DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
+- CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
+- PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
++ CFLAGS="-Wall -Wno-parentheses"
++ PROFILE="-Wall -Wno-parentheses -pg -g -fno-inline-functions -DDEBUG";;
+ esac
+ fi
+ CFLAGS="$CFLAGS $cflags_save"