aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-08-25 15:10:32 +0800
committerjbeich <jbeich@FreeBSD.org>2015-08-25 15:10:32 +0800
commite87dfa0d42ed56ccf817fa177e3cb6dc32acea5c (patch)
tree6255ea9335cc9aa80f4969e68d0a503e5524aca2 /games
parentb1b91ec11a8d434ede840aa05857b8bce22f3731 (diff)
downloadfreebsd-ports-gnome-e87dfa0d42ed56ccf817fa177e3cb6dc32acea5c.tar.gz
freebsd-ports-gnome-e87dfa0d42ed56ccf817fa177e3cb6dc32acea5c.tar.zst
freebsd-ports-gnome-e87dfa0d42ed56ccf817fa177e3cb6dc32acea5c.zip
games/openbor: unbreak on non-x86 architectures
ib/2xSaI.c -o source/gfxlib/2xSaI.o source/gfxlib/2xSaI.c:50:11: error: invalid output constraint '=d' in asm : "=d"(retval) ^ 1 error generated. Reported by: pkg-fallout (armv6)
Diffstat (limited to 'games')
-rw-r--r--games/openbor/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile
index 6186b233e93d..ce4c7a08be8c 100644
--- a/games/openbor/Makefile
+++ b/games/openbor/Makefile
@@ -40,6 +40,8 @@ DESKTOP_ENTRIES="OpenBOR" \
.if ${ARCH} == i386
BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm
+.else
+MAKE_ARGS+= BUILD_MMX=""
.endif
#