diff options
Diffstat (limited to 'games/empire/files')
-rw-r--r-- | games/empire/files/patch-aa | 53 |
1 files changed, 25 insertions, 28 deletions
diff --git a/games/empire/files/patch-aa b/games/empire/files/patch-aa index 80448677d733..498dcce6a594 100644 --- a/games/empire/files/patch-aa +++ b/games/empire/files/patch-aa @@ -1,39 +1,24 @@ -*** ../empire-1.1.orig/Makefile Fri Jun 28 06:27:39 1996 ---- Makefile Fri Jun 27 02:31:13 1997 +*** Makefile.orig Fri Aug 2 04:04:02 2002 +--- Makefile Sat Jan 25 06:35:29 2003 *************** -*** 14,25 **** +*** 12,35 **** # Change the line below for your system. If you are on a Sun or Vax, # you may want BSD. +! SYS = LINUX ! #SYS = BSD -! SYS = SYSV + #SYS = SYSV # Use -g to compile the program for debugging. -! DEBUG = -g -DDEBUG - #DEBUG = -O + #DEBUG = -g -DDEBUG -Wall +! DEBUG = -O2 # Use -p to profile the program. ---- 14,25 ---- - # Change the line below for your system. If you are on a Sun or Vax, - # you may want BSD. - -! SYS = BSD -! #SYS = SYSV - - # Use -g to compile the program for debugging. - -! #DEBUG = -g -DDEBUG - #DEBUG = -O - - # Use -p to profile the program. -*************** -*** 28,39 **** + #PROFILE = -p -DPROFILE + PROFILE = - # Define all necessary libraries. 'curses' is necessary. 'termcap' - # is needed on BSD systems. ! LIBS = -lncurses -! #LIBS = -lcurses -ltermcap # You shouldn't have to modify anything below this line. @@ -41,11 +26,23 @@ FILES = \ attack.c \ ---- 28,39 ---- +--- 12,35 ---- + # Change the line below for your system. If you are on a Sun or Vax, + # you may want BSD. + +! #SYS = LINUX +! SYS = BSD + #SYS = SYSV + + # Use -g to compile the program for debugging. + + #DEBUG = -g -DDEBUG -Wall +! #DEBUG = -O2 + + # Use -p to profile the program. + #PROFILE = -p -DPROFILE + PROFILE = - # Define all necessary libraries. 'curses' is necessary. 'termcap' - # is needed on BSD systems. -! #LIBS = -lncurses ! LIBS = -lcurses # You shouldn't have to modify anything below this line. |