diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-06 20:04:50 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-06 20:04:50 +0000 |
commit | 436997af11d25a2aa6cbab51224952a1e9bd0282 (patch) | |
tree | 0167e33e350e75c80d96fe238bfebccaede38892 /games-util/xqf/files | |
parent | sop, #117939 (diff) | |
download | gentoo-2-436997af11d25a2aa6cbab51224952a1e9bd0282.tar.gz gentoo-2-436997af11d25a2aa6cbab51224952a1e9bd0282.tar.bz2 gentoo-2-436997af11d25a2aa6cbab51224952a1e9bd0282.zip |
Added gtk2 patch for bug #114149.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-util/xqf/files')
-rw-r--r-- | games-util/xqf/files/digest-xqf-1.0.4-r1 | 1 | ||||
-rw-r--r-- | games-util/xqf/files/gtk2.patch | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/games-util/xqf/files/digest-xqf-1.0.4-r1 b/games-util/xqf/files/digest-xqf-1.0.4-r1 new file mode 100644 index 000000000000..c98a2d254b07 --- /dev/null +++ b/games-util/xqf/files/digest-xqf-1.0.4-r1 @@ -0,0 +1 @@ +MD5 d060838d0846b3846076e4ed02fc2b34 xqf-1.0.4.tar.gz 720455 diff --git a/games-util/xqf/files/gtk2.patch b/games-util/xqf/files/gtk2.patch new file mode 100644 index 000000000000..68f8605bd4ed --- /dev/null +++ b/games-util/xqf/files/gtk2.patch @@ -0,0 +1,24 @@ +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: ++ *; ++}; |