aboutsummaryrefslogtreecommitdiffstats
path: root/games/galaxis/files/patch-aa
blob: 8c039369236e84e41e21a1dd777504e96184e8a8 (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
*** Makefile.orig   Wed Dec  6 22:56:38 1995
--- Makefile    Wed Mar 29 20:36:09 2000
***************
*** 6,14 ****
  V=1.1
  
  # Flags for use with the Linux ncurses package (recommended)
! CFLAGS = -g -DNDEBUG  # -I/usr/local/include -L/usr/local/lib
! TERMLIB = -lncurses
! CC = gcc
  
  # Flags for use with stock curses
  #CFLAGS = -DNDEBUG
--- 6,14 ----
  V=1.1
  
  # Flags for use with the Linux ncurses package (recommended)
! #CFLAGS = -g -DNDEBUG  # -I/usr/local/include -L/usr/local/lib
! TERMLIB = -lncurses -lmytinfo
! #CC = gcc
  
  # Flags for use with stock curses
  #CFLAGS = -DNDEBUG