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/mozilla-firefox/2.0.0.8: 010_visibility-gcc-4.2.patch
Date: Mon, 22 Oct 2007 13:44:17
Message-Id: E1IjxZf-00017j-Gd@stork.gentoo.org
1 armin76 07/10/22 13:44:07
2
3 Added: 010_visibility-gcc-4.2.patch
4 Log:
5 Add patches
6
7 Revision Changes Path
8 1.1 src/patchsets/mozilla-firefox/2.0.0.8/010_visibility-gcc-4.2.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-firefox/2.0.0.8/010_visibility-gcc-4.2.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-firefox/2.0.0.8/010_visibility-gcc-4.2.patch?rev=1.1&content-type=text/plain
12
13 Index: 010_visibility-gcc-4.2.patch
14 ===================================================================
15 --- configure.in.orig 2007-10-12 20:39:27.000000000 +0200
16 +++ configure.in 2007-10-12 20:40:49.000000000 +0200
17 @@ -2657,8 +2657,7 @@
18 ])
19 if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \
20 "$ac_cv_have_visibility_class_bug" = "no"; then
21 - VISIBILITY_FLAGS='-I$(DIST)/include/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h'
22 - WRAP_SYSTEM_INCLUDES=1
23 + VISIBILITY_FLAGS='-fvisibility=hidden'
24 else
25 VISIBILITY_FLAGS='-fvisibility=hidden'
26 fi # have visibility pragma bug
27
28
29
30 --
31 gentoo-commits@g.o mailing list