aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-11-30 07:46:38 +0800
committernaddy <naddy@FreeBSD.org>2002-11-30 07:46:38 +0800
commitabdcada0c0ca78b6258b6d3cc29cf853683073a7 (patch)
treecbb28d081c8fec9f3b008295d4a9aff40a75868b /games
parentebf2dd445fa5c3de8644c86687534dc4e7ad747d (diff)
downloadfreebsd-ports-gnome-abdcada0c0ca78b6258b6d3cc29cf853683073a7.tar.gz
freebsd-ports-gnome-abdcada0c0ca78b6258b6d3cc29cf853683073a7.tar.zst
freebsd-ports-gnome-abdcada0c0ca78b6258b6d3cc29cf853683073a7.zip
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 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' \