diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-02-11 08:39:43 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-02-11 08:39:43 +0000 |
commit | 4f3323f106ef29a22abe4d1b1c0457817d0008eb (patch) | |
tree | f4bf2de26b7d1b03f6a9ca61b313e343cfb24905 /games-puzzle/xpuyopuyo/files | |
parent | EAPI=2; make it work with newer devil (diff) | |
download | gentoo-2-4f3323f106ef29a22abe4d1b1c0457817d0008eb.tar.gz gentoo-2-4f3323f106ef29a22abe4d1b1c0457817d0008eb.tar.bz2 gentoo-2-4f3323f106ef29a22abe4d1b1c0457817d0008eb.zip |
Fix --as-needed bug #247452
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)
Diffstat (limited to 'games-puzzle/xpuyopuyo/files')
-rw-r--r-- | games-puzzle/xpuyopuyo/files/xpuyopuyo-0.9.8-as-needed.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-puzzle/xpuyopuyo/files/xpuyopuyo-0.9.8-as-needed.patch b/games-puzzle/xpuyopuyo/files/xpuyopuyo-0.9.8-as-needed.patch new file mode 100644 index 000000000000..3df49a433dbf --- /dev/null +++ b/games-puzzle/xpuyopuyo/files/xpuyopuyo-0.9.8-as-needed.patch @@ -0,0 +1,11 @@ +--- Makefile.in.old 2009-02-11 09:30:12.000000000 +0100 ++++ Makefile.in 2009-02-11 09:30:28.000000000 +0100 +@@ -120,7 +120,7 @@ + + XPP_LIBS = $(NET_LIBS) pgame/libxpp_game.a pai/libxpp_ai.a + XPP_NET_LIBS = pnet/libxpp_net.a # This must be after interface +-XPP_SOUND_LIBS = $(LIBMIKMOD_LIBS) psound/libxpp_sound.a ++XPP_SOUND_LIBS = psound/libxpp_sound.a $(LIBMIKMOD_LIBS) + + @GTK_TRUE@xpuyopuyo_LDADD = $(XPP_LIBS) pgtk/libxpp_interface.a $(XPP_NET_LIBS) $(XPP_SOUND_LIBS) $(GTK_LIBS) pgame/libxpp_game.a putil/libxpp_util.a + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |