summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorgrant <grant>2004-06-15 13:25:29 +0000
committergrant <grant>2004-06-15 13:25:29 +0000
commit246ac267577ad92397d5e1252d476d52f7385654 (patch)
tree133325f628a6668a8d08275e81308d46eab4629a /games
parent1347c29a37a52fd00575c78a224b069f5de3cbe5 (diff)
downloadpkgsrc-246ac267577ad92397d5e1252d476d52f7385654.tar.gz
this needs -lm on Solaris for log()
Diffstat (limited to 'games')
-rw-r--r--games/falcons-eye/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/falcons-eye/Makefile b/games/falcons-eye/Makefile
index 363cea28838..bd5969fada8 100644
--- a/games/falcons-eye/Makefile
+++ b/games/falcons-eye/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/04/17 19:08:37 ben Exp $
+# $NetBSD: Makefile,v 1.16 2004/06/15 13:25:29 grant Exp $
#
DISTNAME= nethack_source_331_jtp_193
@@ -20,6 +20,8 @@ WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
USE_X11= yes
+LIBS.SunOS+= -lm
+
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= "Configuring program paths."
SUBST_STAGE.paths= post-patch