diff options
Diffstat (limited to 'games/agm/files/patch-aa')
-rw-r--r-- | games/agm/files/patch-aa | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/games/agm/files/patch-aa b/games/agm/files/patch-aa new file mode 100644 index 000000000000..f6012c79ad19 --- /dev/null +++ b/games/agm/files/patch-aa @@ -0,0 +1,27 @@ +*** Makefile Mon Feb 24 23:42:28 1997 +--- /home/andy/tmp/wrk/Makefile Fri Jul 4 23:45:17 1997 +*************** +*** 32,42 **** + #MANDIR=../../man + MANDIR=/usr/local/man + # Name of the default wordfile +! WORDFILE=-DWORDFILE=\"/usr/dict/words\" + # C compiler + CC=cc + # Optimization or other flags for C compiler +! CCFLAGS=-O + #CCFLAGS=-g + # Alter this if you have problems compiling the CPU limit code or the + # timer code +--- 32,42 ---- + #MANDIR=../../man + MANDIR=/usr/local/man + # Name of the default wordfile +! WORDFILE=-DWORDFILE=\"/usr/share/dict/words\" + # C compiler + CC=cc + # Optimization or other flags for C compiler +! CCFLAGS=${CFLAGS} + #CCFLAGS=-g + # Alter this if you have problems compiling the CPU limit code or the + # timer code |