summaryrefslogtreecommitdiff
path: root/games/atomix
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-29 21:02:38 +0000
committermarino <marino@pkgsrc.org>2012-01-29 21:02:38 +0000
commit6b9be6c473a41af1cc7ef706e5780594d8664aab (patch)
tree0dec9585d9fac6eba024f4c5dbcd3be49ee3082b /games/atomix
parentd6aa5b5c2d845e3de4124b3cb8114ba12e7b4f38 (diff)
downloadpkgsrc-6b9be6c473a41af1cc7ef706e5780594d8664aab.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"