Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libtheora/files: libtheora-1.0_beta2-flags.patch
Date: Tue, 27 Nov 2007 20:55:06
Message-Id: E1Ix7SL-000739-T3@stork.gentoo.org
1 drac 07/11/27 20:54:57
2
3 Modified: libtheora-1.0_beta2-flags.patch
4 Log:
5 Restore -fomit-frame-pointer wrt #200549.
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.2 media-libs/libtheora/files/libtheora-1.0_beta2-flags.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.0_beta2-flags.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.0_beta2-flags.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.0_beta2-flags.patch?r1=1.1&r2=1.2
14
15 Index: libtheora-1.0_beta2-flags.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/files/libtheora-1.0_beta2-flags.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libtheora-1.0_beta2-flags.patch 25 Nov 2007 21:11:20 -0000 1.1
22 +++ libtheora-1.0_beta2-flags.patch 27 Nov 2007 20:54:57 -0000 1.2
23 @@ -7,7 +7,7 @@
24 DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
25 - CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
26 - PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
27 -+ CFLAGS="-Wall -Wno-parentheses"
28 ++ CFLAGS="-Wall -Wno-parentheses -fomit-frame-pointer"
29 + PROFILE="-Wall -Wno-parentheses -pg -g -fno-inline-functions -DDEBUG";;
30 esac
31 fi
32
33
34
35 --
36 gentoo-commits@g.o mailing list