From 39ab016cce78538c65220787ce8f66f694b2748e Mon Sep 17 00:00:00 2001
From: erwin <erwin@FreeBSD.org>
Date: Wed, 11 Feb 2009 08:08:16 +0000
Subject: Also mark BROKEN on recent 7 after the MFC of strndup(3).

Submitted by:	pointyhat
---
 audio/tosha/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'audio/tosha')

diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile
index 00ef4223c89..13a39b130eb 100644
--- a/audio/tosha/Makefile
+++ b/audio/tosha/Makefile
@@ -20,7 +20,7 @@ MANCOMPRESSED=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 800058
+.if ${OSVERSION} >= 800058 || (${OSVERSION} >= 701101 && ${OSVERSION} < 800000)
 BROKEN=	does not build
 .endif
 
-- 
cgit