Mark as broken on powerpc: fails to link.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-10 21:31:27 +00:00
parent 5b9c70b74f
commit 608cddbea7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285468
2 changed files with 8 additions and 0 deletions

View file

@ -61,6 +61,10 @@ MAKE_ARGS+= INSTALL_ROOT="${PREFIX}"
BROKEN= Does not build below FreeBSD 7.x
.endif
.if ${ARCH} == "powerpc"
BROKEN= Does not link on powerpc
.endif
.if defined(WITH_BUNDLED_LIBS)
CONFIGURE_ARGS+= -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg
.else

View file

@ -35,6 +35,10 @@ PKGMESSAGE= ${FILESDIR}/pkg-message.${ARCH}
.include <bsd.cpu.mk>
.endif
.if ${ARCH} == "powerpc"
BROKEN= Does not link on powerpc
.endif
MAN1= kccachetest.1 \
kcdirmgr.1 \
kcdirtest.1 \