Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/thunderbird/files: xulrunner-1.9.2-gtk+-2.21.patch
Date: Thu, 28 Oct 2010 15:40:07
Message-Id: 20101028154001.1E50720051@flycatcher.gentoo.org
1 polynomial-c 10/10/28 15:40:01
2
3 Added: xulrunner-1.9.2-gtk+-2.21.patch
4 Log:
5 Security bump (bug #342847).
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 mail-client/thunderbird/files/xulrunner-1.9.2-gtk+-2.21.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/files/xulrunner-1.9.2-gtk+-2.21.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/files/xulrunner-1.9.2-gtk+-2.21.patch?rev=1.1&content-type=text/plain
14
15 Index: xulrunner-1.9.2-gtk+-2.21.patch
16 ===================================================================
17 # HG changeset patch
18 # User Jonathan Callen <abcd@g.o>
19 # Parent 2599ed882191d88a8e8f0cb68492a156163c5ca7
20 pass MOZ_GTK_CFLAGS to ensure proper includes are avaliable.
21
22 diff --git a/toolkit/system/gnome/Makefile.in b/toolkit/system/gnome/Makefile.in
23 --- a/mozilla/toolkit/system/gnome/Makefile.in
24 +++ b/mozilla/toolkit/system/gnome/Makefile.in
25 @@ -84,13 +84,14 @@ EXTRA_DSO_LDOPTS += \
26 $(MOZ_LIBNOTIFY_LIBS) \
27 $(NULL)
28
29 LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/components/build/
30
31 include $(topsrcdir)/config/rules.mk
32
33 CXXFLAGS += \
34 + $(MOZ_GTK2_CFLAGS) \
35 $(MOZ_GCONF_CFLAGS) \
36 $(MOZ_GNOMEVFS_CFLAGS) \
37 $(GLIB_CFLAGS) \
38 $(MOZ_LIBNOTIFY_CFLAGS) \
39 $(NULL)