aboutsummaryrefslogtreecommitdiffstats
path: root/games/tyrquake
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-08-04 07:22:36 +0800
committeralepulver <alepulver@FreeBSD.org>2006-08-04 07:22:36 +0800
commit34a69f821116d8a7a092854e552621aa0e299048 (patch)
treed4518a67bf801f5744a8a8fcafffafe8d1b01f1e /games/tyrquake
parent4184d750b535d2035751096072375f7cbe38d523 (diff)
downloadfreebsd-ports-gnome-34a69f821116d8a7a092854e552621aa0e299048.tar.gz
freebsd-ports-gnome-34a69f821116d8a7a092854e552621aa0e299048.tar.zst
freebsd-ports-gnome-34a69f821116d8a7a092854e552621aa0e299048.zip
- Fix building on non-i386.
PR: ports/101328 Submitted by: Roland Smith <rsmith@xs4all.nl>
Diffstat (limited to 'games/tyrquake')
-rw-r--r--games/tyrquake/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tyrquake/Makefile b/games/tyrquake/Makefile
index 3de8e4648de7..2cc1431fb9a4 100644
--- a/games/tyrquake/Makefile
+++ b/games/tyrquake/Makefile
@@ -30,7 +30,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV+= OPTIMIZED_CFLAGS=YES
.endif
-.if !defined(WITHOUT_X86_ASM)
+.if defined(WITHOUT_X86_ASM) || ${ARCH} != "i386"
MAKE_ENV+= NO_X86_ASM=YES
.endif