1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/games/jzip/files/patch-aa
Matthew Hunt b1b9984c3c Import of jzip. No, it's not another archiver... it's another
Infocom interpreter; this one runs in text mode.
1998-05-08 02:38:34 +00:00

18 lines
380 B
Plaintext

--- Makefile.orig Tue Dec 5 09:57:04 1995
+++ Makefile Thu May 7 22:35:23 1998
@@ -21,10 +21,10 @@
# -DHARD_COLORS
# to the CFLAGS line.
-CC = cc
-CFLAGS = -c -DPOSIX
-LDFLAGS = -O
-LIBS = -lcurses
+#CC = cc
+CFLAGS += -c -DBSD -DHAVE_GETOPT
+#LDFLAGS = -O
+LIBS = -ltermcap
INC = ztypes.h
OBJS = jzip.o control.o extern.o fileio.o input.o interpre.o math.o memory.o \