mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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
@ -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 New Issue
Block a user