summaryrefslogtreecommitdiff
path: root/games/atomix
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 21:02:38 +0000
committermarino <marino>2012-01-29 21:02:38 +0000
commit1213ad1284bda128f1edd4f12d63112ce162bfd1 (patch)
tree0dec9585d9fac6eba024f4c5dbcd3be49ee3082b /games/atomix
parent352234222c82d36aa9637cc1b1e3984095fdfd39 (diff)
downloadpkgsrc-1213ad1284bda128f1edd4f12d63112ce162bfd1.tar.gz
games/atomix: Fix indirect linking error on DragonFly
Diffstat (limited to 'games/atomix')
-rw-r--r--games/atomix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile
index d199e5ab1e7..2db04e981df 100644
--- a/games/atomix/Makefile
+++ b/games/atomix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/01/24 09:11:03 sbd Exp $
+# $NetBSD: Makefile,v 1.20 2012/01/29 21:02:38 marino Exp $
#
DISTNAME= atomix-2.14.0
@@ -16,6 +16,7 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
USE_TOOLS+= intltool pkg-config gmake
+LDFLAGS.DragonFly= -lm
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"