diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 07:58:11 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 07:58:11 +0000 |
commit | 7648b27fbc60a34c2c9b98faa9b9643ac3892d44 (patch) | |
tree | 46876da600e0f8ad664acf2cc3d7acb992214620 /audio | |
parent | 52c44b75e3a7e4af9dd022c33fc361e505f77782 (diff) | |
download | pkgsrc-7648b27fbc60a34c2c9b98faa9b9643ac3892d44.tar.gz |
Using nonexistent ioctls is grounds for BROKEN_ON_PLATFORM instead of
NOT_FOR_PLATFORM.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-cdread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |