Mark as broken on powerpc-9: fails to link.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-10 21:42:53 +00:00
parent 884ad27ef1
commit 6312c14252
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285473

View file

@ -37,4 +37,10 @@ post-patch:
's#\(PKGCONFIG_DIR = \).*#\1${LOCALBASE}/libdata/pkgconfig#' \ 's#\(PKGCONFIG_DIR = \).*#\1${LOCALBASE}/libdata/pkgconfig#' \
${WRKSRC}/Makefile ${WRKSRC}/Makefile
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
BROKEN= Does not build on powerpc-9: fails to link
.endif
.include <bsd.port.post.mk>