diff options
author | lippe <lippe@FreeBSD.org> | 2009-09-28 00:33:35 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2009-09-28 00:33:35 +0800 |
commit | 7347466b380fa02a007055455b0162e4f243bc57 (patch) | |
tree | e2a05ccb4084fc2ef96f89706be140eb31c1fb78 /www | |
parent | b9f4ce7fd2a3e4e16e81e50aee6dfd4425b6eab8 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |