From 16437a64e16b9eab87783eb954c0713a680cf728 Mon Sep 17 00:00:00 2001 From: erwin Date: Thu, 25 Dec 2008 12:26:17 +0000 Subject: Mark BROKEN on HEAD after the import of strndup(3). As OSVERSION was not bumped at the time, approximate with 800058. Submitted by: pointyhat --- audio/tosha/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index 739294a53ad6..00ef4223c89a 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -18,4 +18,10 @@ COMMENT= Read CD digital audio and video data via the SCSI bus MAN1= pcmfade.1 pcmplay.1 tosha.1 MANCOMPRESSED= yes -.include +.include + +.if ${OSVERSION} >= 800058 +BROKEN= does not build +.endif + +.include -- cgit