From 8bd5afa357d5276dbd794a802cd0c5443e35b19e Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Thu, 1 Jun 2000 15:50:14 +0000 Subject: Since cdd has code that dates back to before CAM, we have to disable its building on 4.0 and later. PR: 18945 Submitted by: Alexander Langer --- audio/cdd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/cdd') diff --git a/audio/cdd/Makefile b/audio/cdd/Makefile index ee8e33049e47..a52bdfc693c9 100644 --- a/audio/cdd/Makefile +++ b/audio/cdd/Makefile @@ -13,10 +13,16 @@ EXTRACT_SUFX= .tgz MAINTAINER= luigi@iet.unipi.it +.include + +.if ${OSVERSION} > 400000 +BROKEN= pre-CAM SCSI layer +.endif + post-extract: ${CP} ${FILESDIR}/cdd_atapicmds.[ch] ${WRKSRC} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin -.include +.include -- cgit v1.2.3