Broken on sparc64-7, too.

This commit is contained in:
Mark Linimon 2009-02-03 05:16:21 +00:00
parent 7aa6023d1c
commit 1c5aa15f9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227489

View file

@ -27,7 +27,7 @@ PORTEXAMPLES= *
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700043
.if ( ${ARCH} == "amd64" || ${ARCH} == "sparc64" ) && ${OSVERSION} >= 700043
BROKEN= does not compile
.endif