From 6dec521cd097bd9583828bd9ae6e6a36a908feec Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Tue, 1 Mar 2011 10:31:50 +0000 Subject: [PATCH] Mark BROKEN on HEAD after the addition of log2 to libm. --- audio/gdam/Makefile | 8 +++++++- audio/schism/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/audio/gdam/Makefile b/audio/gdam/Makefile index 9959dc14fd6c..55d932e6599d 100644 --- a/audio/gdam/Makefile +++ b/audio/gdam/Makefile @@ -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 +.include + +.if ${OSVERSION} >= 900027 +BROKEN= does not build +.endif + +.include diff --git a/audio/schism/Makefile b/audio/schism/Makefile index b51ab50c4905..4cfaa4febd14 100644 --- a/audio/schism/Makefile +++ b/audio/schism/Makefile @@ -38,4 +38,10 @@ PORTSCOUT= skipv:20110101 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME} -.include +.include + +.if ${OSVERSION} >= 900027 +BROKEN= does not build +.endif + +.include