- Mark as BROKEN on !i386.

Reported by:	pav
Feature safe:	yes
This commit is contained in:
Felippe de Meirelles Motta 2009-09-27 16:33:35 +00:00
parent 95099b6a0b
commit efbf96e922
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242171

View file

@ -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>