summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-05-16 15:11:15 +0000
committermarino <marino@pkgsrc.org>2012-05-16 15:11:15 +0000
commitf3100bc0c6f53e7fa474b225721271a622a8a129 (patch)
treec27711cbfeb55bca87005c3212c1861f3d34c127 /games
parent4d0cd4a3814681cbba21d8b00b882819f78c182a (diff)
downloadpkgsrc-f3100bc0c6f53e7fa474b225721271a622a8a129.tar.gz
games/newvox: Fix indirect linking on DragonFly
Diffstat (limited to 'games')
-rw-r--r--games/newvox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/newvox/Makefile b/games/newvox/Makefile
index 0627d413bef..4a952f401b8 100644
--- a/games/newvox/Makefile
+++ b/games/newvox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/06/20 01:09:20 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2012/05/16 15:11:15 marino Exp $
#
DISTNAME= newvox-1.0
@@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
LIBS.SunOS+= -lm
+LDFLAGS.DragonFly= -lm
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"