You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-simulation/senken/files/senken-0.3.0-as-needed.patch

12 lines
374 B

--- 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@