diff options
author | 2006-05-01 07:02:31 +0000 | |
---|---|---|
committer | 2006-05-01 07:02:31 +0000 | |
commit | 61a30f79a5a265b190f66a7bc5800db9e086c247 (patch) | |
tree | 193c9020318722cdf4d1e5d261ec13f6e5073939 /games-arcade/monkey-bubble/files | |
parent | updated SRC_URI in older ebuild versions (closes bug 130709) (diff) | |
download | gentoo-2-61a30f79a5a265b190f66a7bc5800db9e086c247.tar.gz gentoo-2-61a30f79a5a265b190f66a7bc5800db9e086c247.tar.bz2 gentoo-2-61a30f79a5a265b190f66a7bc5800db9e086c247.zip |
patch for -Wl,--as-needed submitted by TGL via bug #131840
(Portage version: 2.1_pre10)
Diffstat (limited to 'games-arcade/monkey-bubble/files')
-rw-r--r-- | games-arcade/monkey-bubble/files/monkey-bubble-0.3.2-asneeded.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games-arcade/monkey-bubble/files/monkey-bubble-0.3.2-asneeded.patch b/games-arcade/monkey-bubble/files/monkey-bubble-0.3.2-asneeded.patch new file mode 100644 index 000000000000..7bccffd385f4 --- /dev/null +++ b/games-arcade/monkey-bubble/files/monkey-bubble-0.3.2-asneeded.patch @@ -0,0 +1,30 @@ +--- monkey-bubble-0.3.2/src/net/Makefile.am.orig 2006-04-30 17:29:36.000000000 +0200 ++++ monkey-bubble-0.3.2/src/net/Makefile.am 2006-04-30 17:30:00.000000000 +0200 +@@ -28,10 +28,10 @@ + monkey_srv_LDFLAGS = + + monkey_srv_LDADD = \ +- $(MONKEY_SRV_LIBS) \ + libmonkeynet.a \ + ../monkey/libmonkey.a \ +- ../util/libmonkeyutil.a ++ ../util/libmonkeyutil.a \ ++ $(MONKEY_SRV_LIBS) + + $(libmonkeynet_a_OBJECTS): $(marshal_sources) + +--- monkey-bubble-0.3.2/src/ui/Makefile.am.orig 2006-04-30 17:41:27.000000000 +0200 ++++ monkey-bubble-0.3.2/src/ui/Makefile.am 2006-04-30 17:41:52.000000000 +0200 +@@ -50,10 +50,10 @@ + + + monkey_bubble_LDADD = \ +- $(UI_LIBS) \ + ../monkey/libmonkey.a \ + ../view/libmonkeyview.a \ + ../util/libmonkeyutil.a \ + ../net/libmonkeynet.a \ + ../audio/libmonkeyaudio.a \ +- ../input/libmbinput.a ++ ../input/libmbinput.a \ ++ $(UI_LIBS) |