summaryrefslogtreecommitdiff
path: root/games/miscom/files/patch-ag
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-05-01 01:59:05 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-05-01 01:59:05 +0000
commit54a24d3747a97db636050154bf7265e8819fdf74 (patch)
tree04b134be2b5e66ee9c4ab330a1f64ea4c1ef7745 /games/miscom/files/patch-ag
parentHexagons puzzle (similar to Fifteen Puzzle) for X Window System. (diff)
Atari's "Missile Command" clone.
PR: 11363 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=18251
Diffstat (limited to '')
-rw-r--r--games/miscom/files/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/miscom/files/patch-ag b/games/miscom/files/patch-ag
new file mode 100644
index 000000000000..252404c0a52c
--- /dev/null
+++ b/games/miscom/files/patch-ag
@@ -0,0 +1,12 @@
+--- unix.c Sat Mar 15 20:00:27 1997
++++ /home/andy/tmp/wrk/unix.c Wed Apr 28 16:36:56 1999
+@@ -1,5 +1,9 @@
+ #include <stdio.h>
++#ifdef __FreeBSD__
++#include <ncurses.h>
++#else
+ #include <curses.h>
++#endif
+ #include <sys/types.h>
+ #include <unistd.h>
+ #include <fcntl.h>