From ee67778ca3abc6a091e5585e4c44d7c1a39e5833 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 7 May 2015 17:30:06 -0400 Subject: Fix 64-bit build --- tetris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tetris/Makefile') diff --git a/tetris/Makefile b/tetris/Makefile index 0d9c0d6..dcc05a8 100644 --- a/tetris/Makefile +++ b/tetris/Makefile @@ -4,7 +4,7 @@ PROG= tetris SRCS= input.c screen.c shapes.c scores.c tetris.c MAN= tetris.6 -DPADD= ${LIBTERMINFO} +DPADD= ${LIBCURSES} # 20150209 bkw: s/terminfo/curses/, add -lbsd LDADD=-lcurses -lbsd HIDEGAME=hidegame -- cgit v1.2.3