aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libtheora/libtheora-flags.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-11-20 10:12:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-11-20 10:12:09 +0000
commit9bd12f322b294909af74233a5d7b9db88841a645 (patch)
tree2fb5dbee47bbc5006f8178c4a1cb49cdfcdb580d /x11/libtheora/libtheora-flags.patch
parented465d76f1655e6be5e9d2ecc73bb3bfc0ce4d23 (diff)
downloadaports-9bd12f322b294909af74233a5d7b9db88841a645.tar.bz2
aports-9bd12f322b294909af74233a5d7b9db88841a645.tar.xz
x11/libtheora: moved from main
the examples package needs x11 stuff
Diffstat (limited to 'x11/libtheora/libtheora-flags.patch')
-rw-r--r--x11/libtheora/libtheora-flags.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/libtheora/libtheora-flags.patch b/x11/libtheora/libtheora-flags.patch
new file mode 100644
index 0000000000..a47cc57716
--- /dev/null
+++ b/x11/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"