aboutsummaryrefslogtreecommitdiffstats
path: root/games/crafty/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-06-20 02:00:17 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-06-20 02:00:17 +0800
commitce28bf2e2165024513c9cc1dea696badd892436f (patch)
treec11ce589be4af0917e9bfe74b5ec6ece74c7a837 /games/crafty/files
parent4c151a041e01719967ec31755623ee47a186d111 (diff)
downloadfreebsd-ports-graphics-ce28bf2e2165024513c9cc1dea696badd892436f.tar.gz
freebsd-ports-graphics-ce28bf2e2165024513c9cc1dea696badd892436f.tar.zst
freebsd-ports-graphics-ce28bf2e2165024513c9cc1dea696badd892436f.zip
Fix build for non-egcs/pgcc case. Reorder the PLIST.
PR: 12297 Submitted by: Michael V. Harding <mvh@ix.netcom.com>
Diffstat (limited to 'games/crafty/files')
-rw-r--r--games/crafty/files/patch-aa11
1 files changed, 10 insertions, 1 deletions
diff --git a/games/crafty/files/patch-aa b/games/crafty/files/patch-aa
index 5954015d93e..1d1df7c4027 100644
--- a/games/crafty/files/patch-aa
+++ b/games/crafty/files/patch-aa
@@ -1,5 +1,5 @@
--- Makefile.orig Tue May 18 07:23:36 1999
-+++ Makefile Sun May 30 13:22:47 1999
++++ Makefile Sat Jun 19 10:54:51 1999
@@ -69,13 +69,13 @@
# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
# asm = X86.o
@@ -58,3 +58,12 @@
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 \
+@@ -189,7 +192,7 @@
+
+ egtb.o: egtb.cpp
+ @echo $(CC) -c $(CFLAGS) egtb.cpp
+- @$(CC) -c -pipe -D_REENTRANT -mpentium -O $(opts) egtb.cpp
++ @$(CC) -c -pipe -D_REENTRANT -O $(opts) egtb.cpp
+ clean:
+ -rm -f *.o crafty X86-elf.X X86-aout.S
+