summaryrefslogtreecommitdiff
path: root/games/gltron
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-15 13:23:10 +0000
committergrant <grant@pkgsrc.org>2004-06-15 13:23:10 +0000
commit96ad7da25b7213a90c71a9d7f8f6727834b56745 (patch)
tree852feef8de7d016a50ed52d74844883dfe7986d3 /games/gltron
parentffc21301a6dab0f85cf1d05edc4d612f475d4474 (diff)
downloadpkgsrc-96ad7da25b7213a90c71a9d7f8f6727834b56745.tar.gz
this needs -lm on Solaris for a bunch of math functions.
Diffstat (limited to 'games/gltron')
-rw-r--r--games/gltron/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile
index d4b8827ccf5..6a2b3ac029e 100644
--- a/games/gltron/Makefile
+++ b/games/gltron/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/07 06:59:21 snj Exp $
+# $NetBSD: Makefile,v 1.11 2004/06/15 13:23:10 grant Exp $
#
DISTNAME= gltron-0.70-source
@@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR}/${PKGBASE}
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
+LIBS.SunOS+= -lm
+
.include "../../audio/SDL_sound/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"