diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-13 17:57:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-13 17:57:23 +0000 |
commit | 8727d21cd9c6b4eb4245e93417c0292577fb8ed0 (patch) | |
tree | 87ee78f9f5cfcfe9367d298d71d055564356a93c /www/free-sa | |
parent | 866d8d0cbe69c8e0cee92fcb3562408cdb4e3956 (diff) |
Notes
Diffstat (limited to 'www/free-sa')
-rw-r--r-- | www/free-sa/Makefile | 3 |
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> |