aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libtheora/libtheora-flags.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-25 16:43:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-25 16:43:57 +0000
commit9526ee659401dee7160f35cb62ded2779bcbbc99 (patch)
tree812ad73bde9c84dcc02a3acbc5db576369ca314a /x11/libtheora/libtheora-flags.patch
parent05e09c1126a898b6d0af491fef0401bf53e297f8 (diff)
downloadaports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.bz2
aports-9526ee659401dee7160f35cb62ded2779bcbbc99.tar.xz
merged x11 repository into main
ref #255
Diffstat (limited to 'x11/libtheora/libtheora-flags.patch')
-rw-r--r--x11/libtheora/libtheora-flags.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/libtheora/libtheora-flags.patch b/x11/libtheora/libtheora-flags.patch
deleted file mode 100644
index a47cc57716..0000000000
--- a/x11/libtheora/libtheora-flags.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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"