summaryrefslogtreecommitdiff
path: root/games/crafty/files/patch-aa
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1999-05-30 21:13:52 +0000
committerMatthew Hunt <mph@FreeBSD.org>1999-05-30 21:13:52 +0000
commitced0e9a59838b3eb22c790a57866f3e21156bcc3 (patch)
tree6121d12e37b423afaf3262fdc5523997c4ad53d0 /games/crafty/files/patch-aa
parentNPS 0.9.11 -> 0.9.12 (diff)
Upgrade to 16.8.
In lieu of: Studying for exams
Notes
Notes: svn path=/head/; revision=19126
Diffstat (limited to 'games/crafty/files/patch-aa')
-rw-r--r--games/crafty/files/patch-aa35
1 files changed, 11 insertions, 24 deletions
diff --git a/games/crafty/files/patch-aa b/games/crafty/files/patch-aa
index e86e2b78dfc9..5954015d93ee 100644
--- a/games/crafty/files/patch-aa
+++ b/games/crafty/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Tue Feb 9 08:11:48 1999
-+++ Makefile Fri Feb 19 15:40:02 1999
+--- Makefile.orig Tue May 18 07:23:36 1999
++++ Makefile Sun May 30 13:22:47 1999
@@ -69,13 +69,13 @@
# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
# asm = X86.o
@@ -22,20 +22,20 @@
#target = FreeBSD
@@ -95,18 +95,21 @@
- # LINUX
+ # LINUX (pgcc)
# Note: You have to uncomment exactly ONE of the `asm' lines below.
-target = LINUX
-CC = gcc
--CFLAGS = -pipe -D_REENTRANT -mpentium -O
+-CFLAGS = -Wall -pipe -D_REENTRANT -mpentium -O
-LDFLAGS = -lpthread
-opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
-- -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4
+- -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4 -DDGT
+#target = LINUX
+#CC = gcc
-+#CFLAGS = -pipe -D_REENTRANT -mpentium -O
++#CFLAGS = -Wall -pipe -D_REENTRANT -mpentium -O
+#LDFLAGS = -lpthread
+#opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
-+# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4
++# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4 -DDGT
# Uncomment the FIRST `asm' line for a.out systems.
# Uncomment the SECOND `asm' line for ELF systems.
@@ -46,10 +46,10 @@
+.else
asm = X86-elf.o
+.endif
-
- # NEXT
- #target = NEXT
-@@ -147,7 +150,7 @@
+
+ # LINUX (gcc)
+ # Note: You have to uncomment exactly ONE of the `asm' lines below.
+@@ -162,7 +165,7 @@
# Do not change anything below this line!
@@ -58,16 +58,3 @@
objects = searchr.o search.o thread.o searchmp.o repeat.o next.o nexte.o \
nextr.o history.o quiesce.o evaluate.o movgen.o make.o unmake.o \
-@@ -172,9 +175,9 @@
- dgt: dgtdrv.o
- @cc -O -o dgt dgtdrv.c
-
--egtb.o: egtb.cpp
-- @echo $(CC) -c $(CFLAGS) egtb.cpp
-- @$(CC) -c -$(CFLAGS) $(opts) egtb.cpp
-+#egtb.o: egtb.cpp
-+# @echo $(CC) -c $(CFLAGS) egtb.cpp
-+# @$(CC) -c -$(CFLAGS) $(opts) egtb.cpp
- clean:
- -rm -f *.o crafty X86-elf.X X86-aout.S
-