Magellan Linux

Annotation of /trunk/mozilla-thunderbird/patches/mozilla-thunderbird-2.0.0.23-visibility-pragma.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 923 - (hide annotations) (download)
Tue Nov 3 21:55:05 2009 UTC (14 years, 6 months ago) by niro
File size: 586 byte(s)
-fixes for 2.0.0.23-r1

1 niro 923 --- configure.in.orig 2007-10-12 20:39:27.000000000 +0200
2     +++ configure.in 2007-10-12 20:40:49.000000000 +0200
3     @@ -2657,8 +2657,7 @@
4     ])
5     if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \
6     "$ac_cv_have_visibility_class_bug" = "no"; then
7     - VISIBILITY_FLAGS='-I$(DIST)/include/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h'
8     - WRAP_SYSTEM_INCLUDES=1
9     + VISIBILITY_FLAGS='-fvisibility=hidden'
10     else
11     VISIBILITY_FLAGS='-fvisibility=hidden'
12     fi # have visibility pragma bug