aboutsummaryrefslogtreecommitdiff
path: root/sysutils/superiotool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/superiotool/Makefile')
-rw-r--r--sysutils/superiotool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/superiotool/Makefile b/sysutils/superiotool/Makefile
index c30b3741fe09..ca85e3fd8665 100644
--- a/sysutils/superiotool/Makefile
+++ b/sysutils/superiotool/Makefile
@@ -41,8 +41,8 @@ post-patch:
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64: attempts to use i386 asm
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64: attempts to use i386 asm
.endif
.include <bsd.port.post.mk>