Mark as broken on powerpc: fails to install with signal 11.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-28 03:27:46 +00:00
parent 37816ad11a
commit b64acbdd0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288132

View File

@ -36,4 +36,10 @@ post-patch:
@${REINPLACE_CMD} -e 's@/usr/local@${LOCALBASE}@g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not install on powerpc: signal 11
.endif
.include <bsd.port.post.mk>