summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-11-21 19:51:00 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-11-21 19:51:00 +0000
commitc8c84096453a85004bd5679f17a696073d3e366e (patch)
tree0099794e4719cf1a7860254de7661f1ca6ebac73 /x11-libs/gtk+/files
parentnew ebuild that generates the kdelibs apidocs using doxygen. is part of kde 3.1. (diff)
downloadgentoo-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.patch12
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=