aboutsummaryrefslogtreecommitdiff
path: root/games/crafty/files
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>2000-05-16 23:38:08 +0000
committerMatthew Hunt <mph@FreeBSD.org>2000-05-16 23:38:08 +0000
commit1d224bac048b9255613e781c570fe12b54cd1339 (patch)
tree3ce0a066cc3db2a21ec7ec96dd0b7a24e92deea4 /games/crafty/files
parent25b3cdb62836dd772383f8afddf6907776d4995d (diff)
Upgrade to 17.9.
Notes
Notes: svn path=/head/; revision=28500
Diffstat (limited to 'games/crafty/files')
-rw-r--r--games/crafty/files/patch-aa14
1 files changed, 8 insertions, 6 deletions
diff --git a/games/crafty/files/patch-aa b/games/crafty/files/patch-aa
index e1d14dc92e92..2c89d36fda05 100644
--- a/games/crafty/files/patch-aa
+++ b/games/crafty/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Nov 11 11:19:29 1999
-+++ Makefile Sun Feb 6 18:33:46 2000
+--- Makefile.orig Sun Jan 30 20:43:42 2000
++++ Makefile Tue May 16 11:06:31 2000
@@ -23,7 +23,7 @@
# SGI {SGI Workstation running Irix (SYSV/R4) Unix}
# SUN {Sun SparcStation running Solaris (SYSV/R4) Unix}
@@ -32,7 +32,7 @@
# FreeBSD (pgcc)
#target = FreeBSD
-@@ -111,20 +115,25 @@
+@@ -111,20 +115,27 @@
# LINUX (gcc 2.95)
# Note: You have to uncomment exactly ONE of the `asm' lines below.
@@ -40,7 +40,7 @@
-CC = gcc
-CPP = g++
-CFLAGS = -Wall -pipe -D_REENTRANT -march=i686 -O -fforce-mem \
-- -fomit-frame-pointer
+- -fomit-frame-pointer -mpreferred-stack-boundary=2
-LDFLAGS = -lpthread
-opt = -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
- -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4 -DDGT
@@ -48,10 +48,11 @@
+#CC = gcc
+#CPP = g++
+#CFLAGS = -Wall -pipe -D_REENTRANT -march=i686 -O -fforce-mem \
-+# -fomit-frame-pointer
++# -fomit-frame-pointer -mpreferred-stack-boundary=2
+#LDFLAGS = -lpthread
+#opt = -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
+# -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.
@@ -64,10 +65,11 @@
asm = X86-elf.o
+.endif
+.endif
++
# NEXT
#target = NEXT
-@@ -169,7 +178,7 @@
+@@ -169,7 +180,7 @@
# Do not change anything below this line!