summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-27 08:12:33 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-27 08:12:33 +0000
commitdb1064ae9c2f194dac902abee6d47f5845968bb2 (patch)
treeebffc3dccdf323da6b56bd4f3adc0df677f2967f /games
parentShorten DESCR file so it is only 24 lines long. (diff)
listen to ${CC}
Notes
Notes: svn path=/head/; revision=19825
Diffstat (limited to 'games')
-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