diff options
author | nox <nox@FreeBSD.org> | 2007-03-16 07:49:31 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2007-03-16 07:49:31 +0800 |
commit | 54d78c401afbe853c0c4062ed513ed7aef4bf060 (patch) | |
tree | 5675ae5af9f31d9ff4156dd4aa5f335551f8ff9c /games/jzip | |
parent | ca1abb04c230b3ff87fb3df1cb13e657533107ea (diff) | |
download | freebsd-ports-gnome-54d78c401afbe853c0c4062ed513ed7aef4bf060.tar.gz freebsd-ports-gnome-54d78c401afbe853c0c4062ed513ed7aef4bf060.tar.zst freebsd-ports-gnome-54d78c401afbe853c0c4062ed513ed7aef4bf060.zip |
Avoid <sgtty.h>
PR: ports/110361
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: miwi (mentor, implicit)
Diffstat (limited to 'games/jzip')
-rw-r--r-- | games/jzip/files/patch-aa | 2 |
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 |