updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / firefox2 / firefox-visibility.patch
blob698c8770770a6a5a59e47c2ee8fc6c90a469ecd6
1 --- configure 2 Mar 2005 16:57:17 -0000 1.1395
2 +++ configure 3 Mar 2005 17:50:31 -0000
3 @@ -7042,7 +7042,7 @@
5 fi
7 -if test "$GNU_CC"; then
8 +if /bin/false; then
9 echo $ac_n "checking for visibility(hidden) attribute""... $ac_c" 1>&6
10 echo "configure:7048: checking for visibility(hidden) attribute" >&5
11 if eval "test \"`echo '$''{'ac_cv_visibility_hidden'+set}'`\" = set"; then
13 diff -u -r1.1.2.1 gcc_hidden.h
14 --- nsprpub/config/gcc_hidden.h 15 Dec 2004 05:52:39 -0000 1.1.2.1
15 +++ nsprpub/config/gcc_hidden.h 3 Mar 2005 17:51:06 -0000
16 @@ -1,2 +1,3 @@
17 -/* Begin all files as hidden visibility */
18 +/* Begin all files as hidden visibility
19 #pragma GCC visibility push(hidden)
20 +*/