pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/falcons-eye this needs -lm on Solaris for log()



details:   https://anonhg.NetBSD.org/pkgsrc/rev/002baf2f4558
branches:  trunk
changeset: 476596:002baf2f4558
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jun 15 13:25:29 2004 +0000

description:
this needs -lm on Solaris for log()

diffstat:

 games/falcons-eye/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d4f861302b3d -r 002baf2f4558 games/falcons-eye/Makefile
--- a/games/falcons-eye/Makefile        Tue Jun 15 13:24:44 2004 +0000
+++ b/games/falcons-eye/Makefile        Tue Jun 15 13:25:29 2004 +0000
@@ -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 @@
 USE_BUILDLINK3=                yes
 USE_X11=               yes
 
+LIBS.SunOS+=           -lm
+
 SUBST_CLASSES+=                paths
 SUBST_MESSAGE.paths=   "Configuring program paths."
 SUBST_STAGE.paths=     post-patch



Home | Main Index | Thread Index | Old Index