Broken on sparc64-7, too.
This commit is contained in:
parent
7aa6023d1c
commit
1c5aa15f9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227489
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ PORTEXAMPLES= *
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700043
|
||||
.if ( ${ARCH} == "amd64" || ${ARCH} == "sparc64" ) && ${OSVERSION} >= 700043
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue