summaryrefslogtreecommitdiff
path: root/games/bs/files
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-04 05:23:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-04 05:23:47 +0000
commit863582a685d4c1f231f4be3070fb8126ab33ba0f (patch)
tree346419a56ddd7f124ccc7796e05c8a0f42ae26e5 /games/bs/files
parentAdd nmh. (diff)
"Battleships solitaire" game (whatever that means).
PR: 3692 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=6739
Diffstat (limited to 'games/bs/files')
-rw-r--r--games/bs/files/patch-aa19
-rw-r--r--games/bs/files/patch-ab19
2 files changed, 38 insertions, 0 deletions
diff --git a/games/bs/files/patch-aa b/games/bs/files/patch-aa
new file mode 100644
index 000000000000..2bd585b7c968
--- /dev/null
+++ b/games/bs/files/patch-aa
@@ -0,0 +1,19 @@
+*** 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
diff --git a/games/bs/files/patch-ab b/games/bs/files/patch-ab
new file mode 100644
index 000000000000..c52aac7e503a
--- /dev/null
+++ b/games/bs/files/patch-ab
@@ -0,0 +1,19 @@
+*** bs.c Thu May 9 02:14:05 1996
+--- /home/andy/tmp/wrk/bs.c Mon May 26 17:57:07 1997
+***************
+*** 9,15 ****
+ */
+ #define _POSIX_SOURCE
+
+! #include <curses.h>
+ #include <signal.h>
+ #include <ctype.h>
+ #include <stdlib.h>
+--- 9,15 ----
+ */
+ #define _POSIX_SOURCE
+
+! #include <ncurses.h>
+ #include <signal.h>
+ #include <ctype.h>
+ #include <stdlib.h>