Turn off self-tests for sparc64-8 as a temporary workaround for release

(to be able to build kde).

Hat:		portmgr
This commit is contained in:
Mark Linimon 2009-08-17 01:40:39 +00:00
parent f10568f088
commit c5b0302358
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239694

View File

@ -33,4 +33,10 @@ post-patch:
pre-configure:
@cd ${WRKSRC} && ${SH} autogen.sh
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000
ALL_TARGET= all
.endif
.include <bsd.port.post.mk>