aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2007-03-15 23:49:31 +0000
committerJuergen Lock <nox@FreeBSD.org>2007-03-15 23:49:31 +0000
commitb79f25a186308358d2ea72e371388ba3f9223ae1 (patch)
tree9ce7421a5d6bd9d0dbdeca4d60c6d70723ab1ee5 /games
parent80cd7d966ef3da1dbbe476cb2ceeefe68a2672ce (diff)
downloadports-b79f25a186308358d2ea72e371388ba3f9223ae1.tar.gz
ports-b79f25a186308358d2ea72e371388ba3f9223ae1.zip
Avoid <sgtty.h>
PR: ports/110361 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: miwi (mentor, implicit)
Notes
Notes: svn path=/head/; revision=187455
Diffstat (limited to 'games')
-rw-r--r--games/jzip/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/jzip/files/patch-aa b/games/jzip/files/patch-aa
index 292cbf349e67..0af5d77e5671 100644
--- a/games/jzip/files/patch-aa
+++ b/games/jzip/files/patch-aa
@@ -9,7 +9,7 @@
-LDFLAGS = -O
-LIBS = -lcurses
+#CC = cc
-+CFLAGS += -c -DBSD -DHAVE_GETOPT
++CFLAGS += -c -DPOSIX -DHAVE_GETOPT
+#LDFLAGS = -O
+LIBS = -ltermcap