diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-31 08:40:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-31 08:40:10 +0000 |
commit | 3b1604171fdc846717fdd1cac41765fb19af6fdf (patch) | |
tree | ae8cfefcb529d07e04bb50c1adcbd4b46241c90b | |
parent | f7da613142721e65628ed69f838ed0445f490c65 (diff) |
Notes
-rw-r--r-- | games/xtgyoretsu/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xtgyoretsu/files/patch-Makefile b/games/xtgyoretsu/files/patch-Makefile new file mode 100644 index 000000000000..cd3fe01dc7fe --- /dev/null +++ b/games/xtgyoretsu/files/patch-Makefile @@ -0,0 +1,11 @@ +--- 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: |