Subject: bin/3678: mille needs -ltermcap to compile
To: None <gnats-bugs@gnats.netbsd.org>
From: Ted Lemon <mellon@ab.home.vix.com>
List: netbsd-bugs
Date: 05/28/1997 15:38:03
>Number:         3678
>Category:       bin
>Synopsis:       mille needs -ltermcap to compile
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    bin-bug-people (Utility Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 28 15:50:03 1997
>Last-Modified:
>Originator:     Ted Lemon
>Organization:
Ted Lemon							 mellon@vix.com
+1 415 567 7999
>Release:        May 29, 1997
>Environment:
System: NetBSD ab.home.vix.com 1.2E NetBSD 1.2E (AB) #1: Tue May 27 18:14:41 PDT 1997 mellon@ab.home.vix.com:/usr/src/sys/arch/alpha/compile/AB alpha


>Description:
	For some reason, mille now needs -ltermcap in order to compile on
	the alpha.   I was doing a make build when I encountered this
	problem.
>How-To-Repeat:
	Type ``make build'' on an Alpha.    It will eventually die trying
	to link games/mille.
>Fix:
	Apply this patch, or tell me I can commit the fix.

Index: Makefile
===================================================================
RCS file: /cvsroot/src/games/mille/Makefile,v
retrieving revision 1.6
diff -c -2 -r1.6 Makefile
*** Makefile	1997/05/23 23:13:35	1.6
--- Makefile	1997/05/28 22:35:28
***************
*** 5,10 ****
  SRCS=	comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
  	roll.c save.c types.c varpush.c
! DPADD=	${LIBCURSES} ${LIBCOMPAT}
! LDADD=	-lcurses -lcompat
  MAN=	mille.6
  HIDEGAME=hidegame
--- 5,10 ----
  SRCS=	comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
  	roll.c save.c types.c varpush.c
! DPADD=	${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
! LDADD=	-lcurses -ltermcap -lcompat
  MAN=	mille.6
  HIDEGAME=hidegame
>Audit-Trail:
>Unformatted: