From 9526ee659401dee7160f35cb62ded2779bcbbc99 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 25 Jan 2010 16:43:57 +0000 Subject: merged x11 repository into main ref #255 --- main/libtheora/libtheora-flags.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 main/libtheora/libtheora-flags.patch (limited to 'main/libtheora/libtheora-flags.patch') diff --git a/main/libtheora/libtheora-flags.patch b/main/libtheora/libtheora-flags.patch new file mode 100644 index 0000000000..a47cc57716 --- /dev/null +++ b/main/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" -- cgit v1.2.3