summaryrefslogtreecommitdiff
path: root/games/seabattle/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/seabattle/files/patch-aa')
-rw-r--r--games/seabattle/files/patch-aa56
1 files changed, 28 insertions, 28 deletions
diff --git a/games/seabattle/files/patch-aa b/games/seabattle/files/patch-aa
index 7142b4443387..e7b3533edabd 100644
--- a/games/seabattle/files/patch-aa
+++ b/games/seabattle/files/patch-aa
@@ -1,28 +1,28 @@
-*** Makefile Tue May 13 17:53:34 1997
---- /home/andy/tmp/wrk/Makefile Mon Jun 30 14:43:45 1997
-***************
-*** 17,28 ****
- #C_OPTS =
- #L_OPTS = -lcurses
-
-! #On Linux, uncomment the following
- #
-! PLATFORM = Linux
-! C_OPTS = -O2 -Wall
- L_OPTS = -lncurses
--
-
- #For Dos/Windows DJGPP (you need the curses lib)
- #PLATFORM = DOS_DJGPP
---- 17,27 ----
- #C_OPTS =
- #L_OPTS = -lcurses
-
-! #On FreeBSD/Linux, uncomment the following
- #
-! PLATFORM = FreeBSD/Linux
-! C_OPTS = ${CFLAGS} -DPREFIX=\"${PREFIX}\"
- L_OPTS = -lncurses
-
- #For Dos/Windows DJGPP (you need the curses lib)
- #PLATFORM = DOS_DJGPP
+--- Makefile.orig Wed May 14 02:53:34 1997
++++ Makefile Fri Feb 2 04:20:41 2001
+@@ -8,7 +8,7 @@
+ ##############################################################
+
+ #Your compiler. If gcc doesn't work, try CC
+-CC = gcc
++#CC = gcc
+ #CC = cc
+
+ #On Suns, SGIs, and other Unix systems uncomment the following
+@@ -17,12 +17,12 @@
+ #C_OPTS =
+ #L_OPTS = -lcurses
+
+-#On Linux, uncomment the following
++#On FreeBSD/Linux, uncomment the following
+ #
+-PLATFORM = Linux
+-C_OPTS = -O2 -Wall
++PLATFORM = FreeBSD/Linux
++DATADIR = ${PREFIX}/share/seabattle
++C_OPTS = ${CFLAGS} -DDATADIR=\"${DATADIR}\"
+ L_OPTS = -lncurses
+-
+
+ #For Dos/Windows DJGPP (you need the curses lib)
+ #PLATFORM = DOS_DJGPP