Does not compile on any sparc64 version.

This commit is contained in:
Mark Linimon 2011-07-16 05:22:44 +00:00
parent 6750e477b6
commit 23ece2ff22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277770

View file

@ -22,11 +22,8 @@ PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= does not compile on ia64
.endif
.if ${ARCH} == "sparc64" && ${OSVERSION} < 800000
BROKEN= does not install on sparc64-7
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= does not compile on ia64 or sparc64
.endif
post-patch: