Mark BROKEN on HEAD after the addition of log2 to libm.

This commit is contained in:
Erwin Lansing 2011-03-01 10:31:50 +00:00
parent 20c19931f4
commit 6dec521cd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270055
2 changed files with 14 additions and 2 deletions

View File

@ -30,4 +30,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|-lglib -lgtk|-lglib-12 -lgtk-12|' ${WRKSRC}/skin/foreign/xmmsvis/Makefile.in
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900027
BROKEN= does not build
.endif
.include <bsd.port.post.mk>

View File

@ -38,4 +38,10 @@ PORTSCOUT= skipv:20110101
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900027
BROKEN= does not build
.endif
.include <bsd.port.post.mk>