diff options
Diffstat (limited to 'games/galaxis/files/patch-aa')
-rw-r--r-- | games/galaxis/files/patch-aa | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games/galaxis/files/patch-aa b/games/galaxis/files/patch-aa index feeb48673418..8c039369236e 100644 --- a/games/galaxis/files/patch-aa +++ b/games/galaxis/files/patch-aa @@ -1,21 +1,23 @@ -*** Makefile Wed Dec 6 13:56:38 1995 ---- /home/andy/tmp/wrk/Makefile Mon Jun 30 08:44:56 1997 +*** Makefile.orig Wed Dec 6 22:56:38 1995 +--- Makefile Wed Mar 29 20:36:09 2000 *************** -*** 6,13 **** +*** 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 +! CC = gcc # Flags for use with stock curses ---- 6,13 ---- + #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 +! #CC = gcc # Flags for use with stock curses + #CFLAGS = -DNDEBUG |