From a0ab3a3a281c42ffe6bfa5bba6cc9a800ff8a55d Mon Sep 17 00:00:00 2001 From: will 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(-) 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