aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlippe <lippe@FreeBSD.org>2009-09-28 00:33:35 +0800
committerlippe <lippe@FreeBSD.org>2009-09-28 00:33:35 +0800
commit7347466b380fa02a007055455b0162e4f243bc57 (patch)
treee2a05ccb4084fc2ef96f89706be140eb31c1fb78 /www
parentb9f4ce7fd2a3e4e16e81e50aee6dfd4425b6eab8 (diff)
downloadfreebsd-ports-gnome-7347466b380fa02a007055455b0162e4f243bc57.tar.gz
freebsd-ports-gnome-7347466b380fa02a007055455b0162e4f243bc57.tar.zst
freebsd-ports-gnome-7347466b380fa02a007055455b0162e4f243bc57.zip
- Mark as BROKEN on !i386.
Reported by: pav Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r--www/free-sa-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/free-sa-devel/Makefile b/www/free-sa-devel/Makefile
index ad20f11a2816..cb625b659eb4 100644
--- a/www/free-sa-devel/Makefile
+++ b/www/free-sa-devel/Makefile
@@ -40,6 +40,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>