summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-02-24 12:28:35 +0000
committerwiedi <wiedi>2014-02-24 12:28:35 +0000
commit5dcde57471eb9db7d20e5a9caf1bae3bae1f5bee (patch)
treec7460ab89f5f6c36278919213ebf7048f3f64b44 /games
parent34de99e8a9010d2efa137bc36139a4993597a70a (diff)
downloadpkgsrc-5dcde57471eb9db7d20e5a9caf1bae3bae1f5bee.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"