- Mark BROKEN on sparc64
This commit is contained in:
parent
f5d5e47ff0
commit
f0d4b91ab8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173491
@ -61,7 +61,11 @@ OPTIONS= DEBUG "Build with debugging information" off \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile
|
||||
BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_DEBUG)
|
||||
|
@ -66,7 +66,11 @@ OPTIONS= DEBUG "Build with debugging information" off \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile
|
||||
BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_DEBUG)
|
||||
|
Loading…
Reference in New Issue
Block a user