Magellan Linux

Annotation of /trunk/libtheora/patches/libtheora-1.0_beta2-cflags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 441 - (hide annotations) (download)
Tue Jan 8 14:54:25 2008 UTC (16 years, 5 months ago) by niro
File size: 763 byte(s)
-build fixes for 64bit arches

1 niro 441 diff -ur libtheora-1.0beta2.orig/configure.ac libtheora-1.0beta2/configure.ac
2     --- libtheora-1.0beta2.orig/configure.ac 2007-10-13 00:01:38.000000000 +0300
3     +++ libtheora-1.0beta2/configure.ac 2007-11-25 22:44:49.000000000 +0200
4     @@ -102,8 +102,8 @@
5     case $host in
6     *)
7     DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
8     - CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
9     - PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
10     + CFLAGS="-Wall -Wno-parentheses"
11     + PROFILE="-Wall -Wno-parentheses -pg -g -fno-inline-functions -DDEBUG";;
12     esac
13     fi
14     CFLAGS="$CFLAGS $cflags_save"