summaryrefslogtreecommitdiff
path: root/games/crafty/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-10 03:54:36 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-10 03:54:36 +0000
commit74a068b1ae552d0a0a3cd140b5740e046dbf7182 (patch)
tree82c537dcc54e1e04953dcdadae9752562879aac1 /games/crafty/files
parentUpdate to version 0.74. (diff)
Update to version 15.20.
PR: 8159 Submitted by: maintainer
Diffstat (limited to 'games/crafty/files')
-rw-r--r--games/crafty/files/patch-aa21
1 files changed, 12 insertions, 9 deletions
diff --git a/games/crafty/files/patch-aa b/games/crafty/files/patch-aa
index 58e6f2fbe6a3..7ce843db6ed9 100644
--- a/games/crafty/files/patch-aa
+++ b/games/crafty/files/patch-aa
@@ -1,18 +1,21 @@
---- Makefile.ORIG Mon Jun 29 21:19:02 1998
-+++ Makefile Sat Sep 12 21:49:58 1998
+--- Makefile.ORIG Fri Aug 28 20:30:02 1998
++++ Makefile Mon Oct 5 22:15:55 1998
@@ -69,13 +69,13 @@
# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
# asm = X86.o
-# FreeBSD (gcc 2.6.3)
-#target = FreeBSD
-+# FreeBSD (gcc 2.7.2.1)
-+target = FreeBSD
- #CC = gcc
- #CFLAGS = -fomit-frame-pointer -m486 -O3 -Wall
- #LDFLAGS =
+-#CC = gcc
+-#CFLAGS = -fomit-frame-pointer -m486 -O3 -Wall
+-#LDFLAGS =
-#opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
-# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST
++# FreeBSD (gcc 2.7.2.1)
++target = FreeBSD
++CC = gcc
++CFLAGS = -pipe -O -Wall
++LDFLAGS =
+opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
+ -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST
@@ -24,13 +27,13 @@
# Note: You have to uncomment exactly ONE of the `asm' lines below.
-target = LINUX
-CC = gcc
--CFLAGS = -pipe -D_REENTRANT -mpentiumpro -O -Wall
+-CFLAGS = -pipe -D_REENTRANT -m486 -O -Wall
-LDFLAGS = -lpthread
-opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
- -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4
+#target = LINUX
+#CC = gcc
-+#CFLAGS = -pipe -D_REENTRANT -mpentiumpro -O -Wall
++#CFLAGS = -pipe -D_REENTRANT -m486 -O -Wall
+#LDFLAGS = -lpthread
+#opt = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
+# -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4