diff options
author | 2002-11-21 19:51:00 +0000 | |
---|---|---|
committer | 2002-11-21 19:51:00 +0000 | |
commit | c8c84096453a85004bd5679f17a696073d3e366e (patch) | |
tree | 0099794e4719cf1a7860254de7661f1ca6ebac73 /x11-libs/gtk+/files | |
parent | new ebuild that generates the kdelibs apidocs using doxygen. is part of kde 3.1. (diff) | |
download | gentoo-2-c8c84096453a85004bd5679f17a696073d3e366e.tar.gz gentoo-2-c8c84096453a85004bd5679f17a696073d3e366e.tar.bz2 gentoo-2-c8c84096453a85004bd5679f17a696073d3e366e.zip |
rh patch
Diffstat (limited to 'x11-libs/gtk+/files')
-rw-r--r-- | x11-libs/gtk+/files/gtk+-2.0.6-exportsymbols.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-libs/gtk+/files/gtk+-2.0.6-exportsymbols.patch b/x11-libs/gtk+/files/gtk+-2.0.6-exportsymbols.patch new file mode 100644 index 000000000000..e6106e741928 --- /dev/null +++ b/x11-libs/gtk+/files/gtk+-2.0.6-exportsymbols.patch @@ -0,0 +1,12 @@ +--- gtk+-2.0.6/configure.in.exportsymbols Thu Aug 8 16:46:41 2002 ++++ gtk+-2.0.6/configure.in Thu Aug 8 16:47:12 2002 +@@ -273,7 +273,8 @@ + if test "$os_win32" != yes; then + # libtool option to control which symbols are exported + # right now, symbols starting with _ are not exported +- LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^_]].*"' ++ # Disabled until -export-symbols-regex works (RH patch) ++ LIBTOOL_EXPORT_OPTIONS= + else + # We currently use .def files on Windows (for gdk-pixbuf, gdk and gtk) + LIBTOOL_EXPORT_OPTIONS= |