summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-09-29 07:37:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-09-29 07:37:17 +0000
commit028b951b1a8d9af012c21c73407d8509665a1816 (patch)
treec20db67a58a69f27637faa0e2493ffdd3ca5af09 /games
parent- Remove dead mirror http://mirrors.geoexpat.com/ (diff)
- Fix build
Submitted by: Gautam Mani <execve@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=282597
Diffstat (limited to 'games')
-rw-r--r--games/stockfish/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile
index 2531279c02c9..d325180e7c1f 100644
--- a/games/stockfish/Makefile
+++ b/games/stockfish/Makefile
@@ -25,8 +25,9 @@ ALL_TARGET= build ARCH=${MYARCH}
# workaround the ARCH usage in the stockfish Makefile
.if ${MYARCH} == "i386"
-MYARCH= x86-32
-ALL_TARGET= build ARCH=${MYARCH}
+ALL_TARGET= build ARCH=x86-32
+.elif ${MYARCH} == "amd64"
+ALL_TARGET= build ARCH=x86-64
.endif
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"