Also broken on ia64 and powerpc.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-04-01 05:34:47 +00:00
parent 4caa9820cc
commit 383e063169
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251925
2 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@ do-install:
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>

View File

@ -41,8 +41,8 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: attempts to use i386 asm
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64: attempts to use i386 asm
.endif
.include <bsd.port.post.mk>