From 7648b27fbc60a34c2c9b98faa9b9643ac3892d44 Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 1 Jan 2015 07:58:11 +0000 Subject: Using nonexistent ioctls is grounds for BROKEN_ON_PLATFORM instead of NOT_FOR_PLATFORM. --- audio/xmms-cdread/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/xmms-cdread/Makefile b/audio/xmms-cdread/Makefile index dd0d306fedb..b104d208dff 100644 --- a/audio/xmms-cdread/Makefile +++ b/audio/xmms-cdread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/02 23:48:14 asau Exp $ +# $NetBSD: Makefile,v 1.8 2015/01/01 07:58:11 dholland Exp $ # DISTNAME= xmms-cdread-0.14a @@ -16,7 +16,7 @@ NOT_FOR_PLATFORM= Interix-*-* # The BSD cdrom access code ostensibly for FreeBSD requires: # - CDIOREADTOCENTRY ioctl, which NetBSD and OpenBSD don't have # - CDIOCREADAUDIO ioctl, which only Dragonfly has -NOT_FOR_PLATFORM+= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* +BROKEN_ON_PLATFORM+= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* ONLY_FOR_COMPILER= gcc clang GNU_CONFIGURE= yes -- cgit v1.2.3