Mark as broken on sparc64-9: fails to compile.
Hat: portmgr
This commit is contained in:
parent
1d6293ee07
commit
c6e7c015fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287854
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue