Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/seamonkey/1.1.5: 009_firefox-gdkpango.patch 010_visibility-gcc-4.2.patch
Date: Mon, 22 Oct 2007 13:43:24
Message-Id: E1IjxYq-00016p-PA@stork.gentoo.org
1 armin76 07/10/22 13:43:16
2
3 Added: 009_firefox-gdkpango.patch
4 010_visibility-gcc-4.2.patch
5 Log:
6 Add patches
7
8 Revision Changes Path
9 1.1 src/patchsets/seamonkey/1.1.5/009_firefox-gdkpango.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/seamonkey/1.1.5/009_firefox-gdkpango.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/seamonkey/1.1.5/009_firefox-gdkpango.patch?rev=1.1&content-type=text/plain
13
14 Index: 009_firefox-gdkpango.patch
15 ===================================================================
16 --- config/system-headers.orig 2007-10-19 21:38:00.000000000 +0200
17 +++ config/system-headers 2007-10-19 21:38:41.000000000 +0200
18 @@ -208,6 +208,7 @@
19 gdk/gdkevents.h
20 gdk/gdk.h
21 gdk/gdkkeysyms.h
22 +gdk/gdkpango.h
23 gdk/gdkprivate.h
24 gdk/gdkregion.h
25 gdk/gdkwindow.h
26
27
28
29 1.1 src/patchsets/seamonkey/1.1.5/010_visibility-gcc-4.2.patch
30
31 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/seamonkey/1.1.5/010_visibility-gcc-4.2.patch?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/seamonkey/1.1.5/010_visibility-gcc-4.2.patch?rev=1.1&content-type=text/plain
33
34 Index: 010_visibility-gcc-4.2.patch
35 ===================================================================
36 --- configure.in.orig 2007-10-12 20:39:27.000000000 +0200
37 +++ configure.in 2007-10-12 20:40:49.000000000 +0200
38 @@ -2657,8 +2657,7 @@
39 ])
40 if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \
41 "$ac_cv_have_visibility_class_bug" = "no"; then
42 - VISIBILITY_FLAGS='-I$(DIST)/include/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h'
43 - WRAP_SYSTEM_INCLUDES=1
44 + VISIBILITY_FLAGS='-fvisibility=hidden'
45 else
46 VISIBILITY_FLAGS='-fvisibility=hidden'
47 fi # have visibility pragma bug
48
49
50
51 --
52 gentoo-commits@g.o mailing list