diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-26 21:46:48 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-26 21:46:48 +0200 |
commit | 3eb9262c842b5a9a11d73af31d4a4519f5ccf1c4 (patch) | |
tree | 6a8f07abcdeb46605d1d277f1d906dc14e340de4 /package/libgtk2/old_patches/000_gtk+-2.0.6-exportsymbols.patch | |
parent | ba9ed1370808f94f8d24d4a16467db620d159af1 (diff) | |
download | buildroot-novena-3eb9262c842b5a9a11d73af31d4a4519f5ccf1c4.tar.gz buildroot-novena-3eb9262c842b5a9a11d73af31d4a4519f5ccf1c4.zip |
libgtk2: get rid of old patches
Haven't been touches for more than 2 years, so lets get rid of them.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libgtk2/old_patches/000_gtk+-2.0.6-exportsymbols.patch')
-rw-r--r-- | package/libgtk2/old_patches/000_gtk+-2.0.6-exportsymbols.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/package/libgtk2/old_patches/000_gtk+-2.0.6-exportsymbols.patch b/package/libgtk2/old_patches/000_gtk+-2.0.6-exportsymbols.patch deleted file mode 100644 index 736473696..000000000 --- a/package/libgtk2/old_patches/000_gtk+-2.0.6-exportsymbols.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -ruN gtk+-2.0.6.orig/configure gtk+-2.0.6/configure ---- gtk+-2.0.6.orig/configure 2002-08-31 03:49:07.000000000 +0900 -+++ gtk+-2.0.6/configure 2002-08-31 03:52:45.000000000 +0900 -@@ -7904,7 +7904,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= -diff -ruN gtk+-2.0.6.orig/configure.in gtk+-2.0.6/configure.in ---- gtk+-2.0.6.orig/configure.in 2002-08-31 03:49:07.000000000 +0900 -+++ gtk+-2.0.6/configure.in 2002-08-31 03:51:22.000000000 +0900 -@@ -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= |