diff options
author | mph <mph@FreeBSD.org> | 1998-06-08 06:26:59 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-06-08 06:26:59 +0800 |
commit | 13278122b34d89995b9d94efaefb7c51a8a9cd2d (patch) | |
tree | 0a67b078a4f7333f89e9d4bb97c18856d49b6465 /games | |
parent | 54f7ec52aac1fbf8b474f5557d0f8f91becd424c (diff) | |
download | freebsd-ports-gnome-13278122b34d89995b9d94efaefb7c51a8a9cd2d.tar.gz freebsd-ports-gnome-13278122b34d89995b9d94efaefb7c51a8a9cd2d.tar.zst freebsd-ports-gnome-13278122b34d89995b9d94efaefb7c51a8a9cd2d.zip |
Add -DUSE_UNISTD_H to compile flags to allow this to build on
3.0-CURRENT (where getopt lives).
Diffstat (limited to 'games')
-rw-r--r-- | games/frotz/files/patch-aa | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games/frotz/files/patch-aa b/games/frotz/files/patch-aa index 205a8fedb898..57c7a147e028 100644 --- a/games/frotz/files/patch-aa +++ b/games/frotz/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile Fri Oct 17 20:11:10 1997 -+++ /home/andy/tmp/wrk/Makefile Sat May 16 15:29:57 1998 +--- Makefile.orig Fri Oct 17 16:11:10 1997 ++++ Makefile Sun Jun 7 18:26:02 1998 @@ -1,7 +1,7 @@ # Define your c compiler. I recommend gcc if you've got it. @@ -9,16 +9,17 @@ # Define your optimization flags. Most compilers understand -O and -O2, # Debugging (don't use) -@@ -43,7 +43,7 @@ +@@ -43,7 +43,8 @@ # have that option. # #DEFS = -DUSE_GETOPT_H -DCOLOR_SUPPORT -DEMACS_EDITING -DEFS = -+DEFS = -DCOLOR_SUPPORT -DEMACS_EDITING -DUSE_NCURSES_H -DUSE_NOTHING ++DEFS = -DCOLOR_SUPPORT -DEMACS_EDITING -DUSE_NCURSES_H -DUSE_NOTHING \ ++ -DUSE_UNISTD_H # This should point to the location of your curses or ncurses include file # if it's in a non-standard place. -@@ -57,7 +57,7 @@ +@@ -57,7 +58,7 @@ #CURSES = -lncurses #LIB = -L/5usr/lib LIB = @@ -27,7 +28,7 @@ # Nothing under this line should need to be changed. -@@ -66,7 +66,7 @@ +@@ -66,7 +67,7 @@ text.o ux_init.o ux_input.o ux_pic.o ux_screen.o ux_sample.o \ ux_text.o variable.o |