From 39a14dcde3fd7fc3e19e7801518be111bc89ae65 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 15 Jun 2004 13:25:29 +0000 Subject: this needs -lm on Solaris for log() --- games/falcons-eye/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/falcons-eye') 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 -- cgit v1.2.3