summaryrefslogtreecommitdiff
path: root/games/seabattle/files/patch-aa
blob: e7b3533edabdd58ba6ac7e56c28e99516ac31458 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- 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