From db13ce935757eb24ac6f8278df5d6a15d319d15b Mon Sep 17 00:00:00 2001 From: he Date: Sat, 6 Feb 2010 23:45:24 +0000 Subject: When using -lcurses, you also need -lterminfo. This fixes the build for sun2, and also builds with LDSTATIC=-static, since archive libraries don't record inter-library dependencies. --- phantasia/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phantasia') diff --git a/phantasia/Makefile b/phantasia/Makefile index 1eb58c87..d47110a1 100644 --- a/phantasia/Makefile +++ b/phantasia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/02/08 22:14:27 lukem Exp $ +# $NetBSD: Makefile,v 1.34 2010/02/06 23:45:25 he Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -6,8 +6,8 @@ PROG= phantasia SRCS= fight.c gamesupport.c interplayer.c io.c main.c misc.c phantglobs.c -DPADD= ${LIBM} ${LIBCURSES} -LDADD= -lm -lcurses +DPADD= ${LIBM} ${LIBCURSES} ${LIBTERMINFO} +LDADD= -lm -lcurses -lterminfo HIDEGAME=hidegame SETGIDGAME=yes USETBL= -- cgit v1.2.3