1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Mark as broken on tier-2: uses x86-specific compiler flags.

This commit is contained in:
Mark Linimon 2011-08-10 09:00:12 +00:00
parent 409a4b2ae8
commit 7a367c9ea9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279393

View File

@ -64,4 +64,10 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64: unrecognized compiler flags
.endif
.include <bsd.port.post.mk>