summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-24 12:28:35 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-24 12:28:35 +0000
commite1f193254d579da738b9688495aeb1ee67ce1ef7 (patch)
treec7460ab89f5f6c36278919213ebf7048f3f64b44 /games
parentf5a10958b0ad915375852f4d1e953fc1731de160 (diff)
downloadpkgsrc-e1f193254d579da738b9688495aeb1ee67ce1ef7.tar.gz
Needs -lm on SunOS
Diffstat (limited to 'games')
-rw-r--r--games/atomix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile
index a9811c05e85..f6f4d4ab002 100644
--- a/games/atomix/Makefile
+++ b/games/atomix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2014/02/12 23:17:54 tron Exp $
+# $NetBSD: Makefile,v 1.41 2014/02/24 12:28:35 wiedi Exp $
#
DISTNAME= atomix-2.14.0
@@ -15,6 +15,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
USE_TOOLS+= intltool pkg-config gmake
LDFLAGS.DragonFly= -lm
+LDFLAGS.SunOS+= -lm
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"