Mark as broken on sparc64: fails self-tests.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-03-22 05:51:45 +00:00
parent 58fe175d59
commit b77a2341a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251365

View File

@ -56,6 +56,10 @@ PLIST_SUB+= ICUVER=${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64: fails 3 iotests
.endif
.if defined(WITHOUT_THREADS)
CONFIGURE_ARGS+= --enable-threads=no
.else