summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormarino <marino>2012-05-16 15:11:15 +0000
committermarino <marino>2012-05-16 15:11:15 +0000
commit5afaea2349b9c305691ca1e2ce660be318686a3b (patch)
treec27711cbfeb55bca87005c3212c1861f3d34c127 /games
parent5d3dfa90d17115819a1bc97fe35c0d8c905b6032 (diff)
downloadpkgsrc-5afaea2349b9c305691ca1e2ce660be318686a3b.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"