aboutsummaryrefslogtreecommitdiff
path: root/games/crafty
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-11-29 23:46:38 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-11-29 23:46:38 +0000
commitd55758dc36e5bae556b0b75ca660ce0334ab5960 (patch)
treeabe12829a80f9445d1cdef96fab3d7aaeeb95d82 /games/crafty
parent040d812646234cdbc9b3417e549249889d90b413 (diff)
downloadports-d55758dc36e5bae556b0b75ca660ce0334ab5960.tar.gz
ports-d55758dc36e5bae556b0b75ca660ce0334ab5960.zip
Fix typo to allow building on non-i386 architectures.
Notes
Notes: svn path=/head/; revision=71236
Diffstat (limited to 'games/crafty')
-rw-r--r--games/crafty/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/crafty/files/patch-aa b/games/crafty/files/patch-aa
index 2bc7628707c1..72d324f27517 100644
--- a/games/crafty/files/patch-aa
+++ b/games/crafty/files/patch-aa
@@ -29,7 +29,7 @@
+# This should work for non-i386 FreeBSD (e.g. Alpha)
+freebsd-generic:
+ $(MAKE) target=FreeBSD \
-+ CC='$(CC) CXX='$(CXX)' \
++ CC='$(CC)' CXX='$(CXX)' \
+ CFLAGS='$(CFLAGS)' \
+ LDFLAGS='$(LDFLAGS)' \
+ opt='$(opt) -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS -DFAST' \