diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-08 05:04:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-01-08 05:04:50 +0000 |
commit | 1b38d861315af79ceae05767d4f984610bb030ea (patch) | |
tree | d5db4db37332e5769e19493d0755634f75ccaba2 /games-util/xqf/files | |
parent | Reduce the number of tests, closing bug #297512 (diff) | |
download | historical-1b38d861315af79ceae05767d4f984610bb030ea.tar.gz historical-1b38d861315af79ceae05767d4f984610bb030ea.tar.bz2 historical-1b38d861315af79ceae05767d4f984610bb030ea.zip |
old
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-util/xqf/files')
-rw-r--r-- | games-util/xqf/files/gtk2.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/games-util/xqf/files/gtk2.patch b/games-util/xqf/files/gtk2.patch deleted file mode 100644 index 68f8605bd4ed..000000000000 --- a/games-util/xqf/files/gtk2.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: xqf/src/Makefile.am -=================================================================== ---- xqf.orig/src/Makefile.am -+++ xqf/src/Makefile.am -@@ -34,7 +34,7 @@ xqf_LDADD = $(INTLLIBS) \ - $(GDK_PIXBUF_LIBS) \ - -lz - --xqf_LDFLAGS = -Wl,-rpath,$(pkglibdir) -+xqf_LDFLAGS = -Wl,-rpath,$(pkglibdir) -Wl,--export-dynamic -Wl,--version-script=$(top_srcdir)/src/xqf.map - - # we need to specify all deps manually due to dummy libs - xqf_DEPENDENCIES = \ -Index: xqf/src/xqf.map -=================================================================== ---- /dev/null -+++ xqf/src/xqf.map -@@ -0,0 +1,6 @@ -+{ -+ global: -+ *_xpm; -+ local: -+ *; -+}; |