summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2009-01-28 11:30:24 +0000
committerAlfredo Tupone <tupone@gentoo.org>2009-01-28 11:30:24 +0000
commitc982713676a4b7a60c7ddbd5f814c4c6414f6aa8 (patch)
tree463aeac9fb1b0994504f61620fa949e6029a9aa2 /dev-games/guichan/files
parentAdded ewarn about changes in spellchecking engine, bug #250115. (diff)
downloadhistorical-c982713676a4b7a60c7ddbd5f814c4c6414f6aa8.tar.gz
historical-c982713676a4b7a60c7ddbd5f814c4c6414f6aa8.tar.bz2
historical-c982713676a4b7a60c7ddbd5f814c4c6414f6aa8.zip
Declare dependant library to fix --as-needed bug #256443
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64
Diffstat (limited to 'dev-games/guichan/files')
-rw-r--r--dev-games/guichan/files/guichan-0.8.1-as-needed.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-games/guichan/files/guichan-0.8.1-as-needed.patch b/dev-games/guichan/files/guichan-0.8.1-as-needed.patch
new file mode 100644
index 000000000000..3908f6956a53
--- /dev/null
+++ b/dev-games/guichan/files/guichan-0.8.1-as-needed.patch
@@ -0,0 +1,13 @@
+--- src/sdl/Makefile.am.old 2009-01-28 11:45:52.000000000 +0100
++++ src/sdl/Makefile.am 2009-01-28 11:57:39.000000000 +0100
+@@ -6,6 +6,8 @@
+
+ libguichan_sdl_la_LDFLAGS = -no-undefined -release $(LT_RELEASE)
+-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+
++libguichan_sdl_la_LIBADD = -lSDL_image -L$(top_srcdir)/src -lguichan
++
+ libguichan_sdl_la_SOURCES = \
+ sdl.cpp \
+ sdlgraphics.cpp \
+