Mark as broken on sparc64-9: fails to compile.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-22 11:04:07 +00:00
parent 1d6293ee07
commit c6e7c015fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287854

View file

@ -39,6 +39,9 @@ OPTIONS= SQLITE "Use SQLite for storing pre-computed key tables" off
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
BROKEN= Does not compile on sparc64-9
.endif
.if defined(WITH_SQLITE)
USE_SQLITE= yes