diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-05-24 15:16:41 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-05-24 15:16:41 +0000 |
commit | 4a7066237a72f0844ca04c8eea89812f83c52131 (patch) | |
tree | fc90b7030c2d46d390c264466f8a7dcc27636a43 /games-strategy/freeciv/files | |
parent | Stable for x86, wrt bug #510488 (diff) | |
download | gentoo-2-4a7066237a72f0844ca04c8eea89812f83c52131.tar.gz gentoo-2-4a7066237a72f0844ca04c8eea89812f83c52131.tar.bz2 gentoo-2-4a7066237a72f0844ca04c8eea89812f83c52131.zip |
fix linking issues wrt #511128, patch by Andrei Slavoiu
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-strategy/freeciv/files')
-rw-r--r-- | games-strategy/freeciv/files/freeciv-2.4.2-as-needed.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-strategy/freeciv/files/freeciv-2.4.2-as-needed.patch b/games-strategy/freeciv/files/freeciv-2.4.2-as-needed.patch new file mode 100644 index 000000000000..99212fd38e05 --- /dev/null +++ b/games-strategy/freeciv/files/freeciv-2.4.2-as-needed.patch @@ -0,0 +1,11 @@ +--- server/Makefile.am.old 2014-05-24 02:44:17.956898224 +0300 ++++ server/Makefile.am 2014-05-24 02:44:51.666659234 +0300 +@@ -133,7 +133,7 @@ + $(top_builddir)/server/scripting/libscripting_server.la + + libfreeciv_srv_la_LIBADD = \ +- $(srvlibs) ++ $(srvlibs) $(SERVER_LIBS) + + freeciv_server_LDFLAGS = $(GGZDMOD_LDFLAGS) + |