summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-11-29 23:46:38 +0000
committernaddy <naddy@FreeBSD.org>2002-11-29 23:46:38 +0000
commitabdcada0c0ca78b6258b6d3cc29cf853683073a7 (patch)
treecbb28d081c8fec9f3b008295d4a9aff40a75868b /games
parentebf2dd445fa5c3de8644c86687534dc4e7ad747d (diff)
downloadFreeBSD-ports-abdcada0c0ca78b6258b6d3cc29cf853683073a7.zip
FreeBSD-ports-abdcada0c0ca78b6258b6d3cc29cf853683073a7.tar.gz
Fix typo to allow building on non-i386 architectures.
Diffstat (limited to 'games')
-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 2bc7628..72d324f 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' \
OpenPOWER on IntegriCloud