summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/bs/files/patch-aa32
1 files changed, 13 insertions, 19 deletions
diff --git a/games/bs/files/patch-aa b/games/bs/files/patch-aa
index 2bd585b7c968..55a534e23efb 100644
--- a/games/bs/files/patch-aa
+++ b/games/bs/files/patch-aa
@@ -1,19 +1,13 @@
-*** Makefile Thu Dec 7 23:05:56 1995
---- /home/andy/tmp/wrk/Makefile Mon May 26 17:58:13 1997
-***************
-*** 6,12 ****
- V=2.1
-
- # Flags for use with the Linux ncurses package (recommended)
-! TERMLIB = -lncurses
- CC = gcc
-
- # Flags for use with stock curses
---- 6,12 ----
- V=2.1
-
- # Flags for use with the Linux ncurses package (recommended)
-! TERMLIB = -lncurses -lmytinfo
- CC = gcc
-
- # Flags for use with stock curses
+--- Makefile.orig Sun Dec 20 19:49:38 1998
++++ Makefile Sun Jun 27 01:03:35 1999
+@@ -6,8 +6,8 @@
+ V=2.2
+
+ # Flags for use with the Linux ncurses package (recommended)
+-TERMLIB = -lncurses
+-CC = gcc
++TERMLIB = -lncurses -lmytinfo
++CC ?= gcc
+
+ # Flags for use with stock curses
+ # TERMLIB = -lcurses