1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Mark as broken on ia64 and powerpc as well as sparc64.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-04-01 05:27:58 +00:00
parent fe47da620b
commit 46b077e62d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251922
2 changed files with 4 additions and 4 deletions

View File

@ -51,8 +51,8 @@ post-install:
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerprc, or sparc64
.elif ${OSVERSION} >= 900000
BROKEN= does not build
.endif

View File

@ -34,8 +34,8 @@ post-install:
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerprc, or sparc64
.elif ${OSVERSION} >= 900000
BROKEN= does not build
.endif