diff options
author | grant <grant@pkgsrc.org> | 2004-06-15 13:25:29 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-15 13:25:29 +0000 |
commit | 28470cb0227f5c1845c4432634cfaeff8587a2e1 (patch) | |
tree | 133325f628a6668a8d08275e81308d46eab4629a /games | |
parent | d1eecab0d5ac8b05c43b8a1fab768320942c7a08 (diff) | |
download | pkgsrc-28470cb0227f5c1845c4432634cfaeff8587a2e1.tar.gz |
this needs -lm on Solaris for log()
Diffstat (limited to 'games')
-rw-r--r-- | games/falcons-eye/Makefile | 4 |
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 |