aboutsummaryrefslogtreecommitdiff
path: root/www/free-sa
diff options
context:
space:
mode:
Diffstat (limited to 'www/free-sa')
-rw-r--r--www/free-sa/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/free-sa/Makefile b/www/free-sa/Makefile
index 4a64828fc8f8..af4a1be4c8fb 100644
--- a/www/free-sa/Makefile
+++ b/www/free-sa/Makefile
@@ -33,6 +33,9 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-native.mk
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-i386.mk
+.if ${ARCH} != "i386"
+BROKEN= build fails with error: CPU you selected does not support x86-64 instruction set
+.endif
.endif
.include <bsd.port.post.mk>