Mark broken on sparc64-9: fails to compile.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-22 11:01:46 +00:00
parent 297cd55e93
commit 1d6293ee07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287853

View file

@ -71,6 +71,10 @@ PLIST_SUB+= PY="@comment "
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
BROKEN= Does not compile on sparc64-9
.endif
.if defined(WITH_LIBOIL)
LIB_DEPENDS+= oil:${PORTSDIR}/devel/liboil
.else