freebsd-ports/games/wanderer/files/patch-Makefile
John Marino 721bbd9823 games/wanderer: USES+= ncurses, respect LDFLAGS
while here, link with libncurses, not libcurses
2016-01-31 13:15:22 +00:00

11 lines
218 B
Text

--- Makefile.orig 2003-04-17 03:11:52 UTC
+++ Makefile
@@ -8,7 +8,7 @@ OBJ = monsters.o m.o save.o jump.o displ
#CFLAGS = -O -s
#CFLAGS = -g
-LIBS = -lcurses
+LIBS = $(LDFLAGS) -lncurses
#CC = cc
all: wanderer