summaryrefslogtreecommitdiff
path: root/games/seabattle/files/patch-aa
blob: 7142b44433874fa9d6cfeaf8414cc922642c6add (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	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