Mark as broken on recent i386-9: fails to compile.

This commit is contained in:
Mark Linimon 2011-08-29 04:56:05 +00:00
parent 88f4336e9d
commit b3b3634979
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280677

View file

@ -46,4 +46,10 @@ pre-configure:
@cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
@${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900035
BROKEN= Does not compile on recent FreeBSD-9
.endif
.include <bsd.port.post.mk>