aboutsummaryrefslogtreecommitdiff
path: root/games/tt/files
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-31 08:28:47 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-31 08:28:47 +0000
commitc66d842480231d6fe46b33abbc688a1f6f289ac2 (patch)
tree6f2d12fd7834ab558285c6b7606148811264c8ca /games/tt/files
parent4119b6af1bf44af3ff600565c9eea93c9a99da58 (diff)
downloadports-c66d842480231d6fe46b33abbc688a1f6f289ac2.tar.gz
ports-c66d842480231d6fe46b33abbc688a1f6f289ac2.zip
Notes
Diffstat (limited to 'games/tt/files')
-rw-r--r--games/tt/files/patch-Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/games/tt/files/patch-Makefile b/games/tt/files/patch-Makefile
index 59546a2781f3..27398df24016 100644
--- a/games/tt/files/patch-Makefile
+++ b/games/tt/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig Thu Sep 11 15:09:08 2003
-+++ Makefile Fri Sep 12 22:20:35 2003
-@@ -6,10 +6,10 @@
+--- Makefile.orig 2003-05-27 10:46:17 UTC
++++ Makefile
+@@ -6,13 +6,14 @@ OBJ = $(SRC:.c=.o)
LINTFLAGS = -abh
# --- Choose one of these CFLAGS ---
@@ -14,4 +14,9 @@
+#CFLAGS += $(OPT) -DNO_USLEEP_SYSCALL # Generic BSD?
# --- Choose one of these LDLIBS ---
- LDLIBS = -lcurses -ltermcap # Sun and Generic BSD
+-LDLIBS = -lcurses -ltermcap # Sun and Generic BSD
++LDLIBS= -lncurses
++#LDLIBS = -lcurses -ltermcap # Sun and Generic BSD
+ #LDLIBS = -lcurses -lx # SCO System V
+ #LBLIBS = -lcurses # Generic System V?
+