pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/liquidwar games/liquidwar: Fix indirect linking ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2f0e7579ded
branches:  trunk
changeset: 598771:e2f0e7579ded
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun Jan 29 21:04:58 2012 +0000

description:
games/liquidwar: Fix indirect linking error on DragonFly

diffstat:

 games/liquidwar/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 861d61f05d55 -r e2f0e7579ded games/liquidwar/Makefile
--- a/games/liquidwar/Makefile  Sun Jan 29 21:03:37 2012 +0000
+++ b/games/liquidwar/Makefile  Sun Jan 29 21:04:58 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2011/12/12 16:26:37 dholland Exp $
+# $NetBSD: Makefile,v 1.11 2012/01/29 21:04:58 marino Exp $
 #
 
 DISTNAME=      liquidwar-5.6.4
@@ -15,6 +15,7 @@
 USE_TOOLS+=    gmake
 GNU_CONFIGURE= YES
 
+LDFLAGS.DragonFly=     -lm
 CONFIGURE_ARGS+=       --disable-doc-ps --disable-doc-pdf
 #CONFIGURE_ARGS+=      --enable-debug
 



Home | Main Index | Thread Index | Old Index