diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-02-11 13:05:34 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-02-11 13:05:34 +0000 |
commit | aea010143e7734efd8b3b8fa53a0e1814e7f6a80 (patch) | |
tree | 80049fe2e49aafdef5d533bec977ce53c11559c6 /games-simulation/senken/files | |
parent | arm/ia64/s390/sh/sparc stable wrt #256718 (diff) | |
download | gentoo-2-aea010143e7734efd8b3b8fa53a0e1814e7f6a80.tar.gz gentoo-2-aea010143e7734efd8b3b8fa53a0e1814e7f6a80.tar.bz2 gentoo-2-aea010143e7734efd8b3b8fa53a0e1814e7f6a80.zip |
Fix --as-needed bug #247471
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)
Diffstat (limited to 'games-simulation/senken/files')
-rw-r--r-- | games-simulation/senken/files/senken-0.3.0-as-needed.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-simulation/senken/files/senken-0.3.0-as-needed.patch b/games-simulation/senken/files/senken-0.3.0-as-needed.patch new file mode 100644 index 000000000000..6cb3417ce8a6 --- /dev/null +++ b/games-simulation/senken/files/senken-0.3.0-as-needed.patch @@ -0,0 +1,11 @@ +--- server/Makefile.in.old 2009-02-11 12:45:10.000000000 +0100 ++++ server/Makefile.in 2009-02-11 12:45:18.000000000 +0100 +@@ -10,7 +10,7 @@ + + DEFS = @DEFS@ + CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir) -I$(srcdir)/.. @CPPFLAGS@ +-LIBS = ../lib/libsenken.a @LIBS@ @LIBINTL@ ++LIBS = ../lib/libsenken.a @LIBS@ @LIBINTL@ -lm + + prefix = @prefix@ + exec_prefix = @exec_prefix@ |