while here: * repect LDFLAGS * Also specify lncurses instead of lcurses. On FreeBSD, libcurses is symlinked to lncurses, but the former does not exist in ports ncurses. approved by: infrastructure blanket
11 lines
287 B
Text
11 lines
287 B
Text
--- Makefile.orig 2014-08-21 16:30:06 UTC
|
|
+++ Makefile
|
|
@@ -5,7 +5,7 @@ DESTDIR?= #empty
|
|
PREFIX?= /usr
|
|
|
|
all:
|
|
- ${CC} ${CFLAGS} -o xtgyoretsu xtgyoretsu.c -lcurses -lm
|
|
+ ${CC} ${CFLAGS} -o xtgyoretsu xtgyoretsu.c ${LDFLAGS} -lncurses -lm
|
|
strip --strip-unneeded xtgyoretsu
|
|
|
|
install:
|