mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Mark BROKEN on sparc64
Reported by: kris mail
This commit is contained in:
parent
b84a20cbf8
commit
781893d5b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147341
@ -30,8 +30,8 @@ INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN="Does not build."
|
||||
.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64"
|
||||
BROKEN="Does not build"
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
|
@ -30,8 +30,8 @@ INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN="Does not build."
|
||||
.if ${OSVERSION} < 500000 || ${ARCH} == "sparc64"
|
||||
BROKEN="Does not build"
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
|
Loading…
Reference in New Issue
Block a user