- Mark BROKEN on sparc64

This commit is contained in:
Jose Alonso Cardenas Marquez 2006-09-20 20:43:44 +00:00
parent f5d5e47ff0
commit f0d4b91ab8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173491
2 changed files with 10 additions and 2 deletions

View File

@ -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)

View File

@ -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)