diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-03-27 22:45:48 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-03-27 22:45:48 +0000 |
commit | f8dbc8b824d8b8db2bc1eab07e72b578d69a5e9a (patch) | |
tree | ad89f846070fdb351cf1c0f5b5edfe3f60def310 /audio | |
parent | 5d3b939ef06d406e194c2d6c8d00e8b20b212ed5 (diff) | |
download | pkgsrc-f8dbc8b824d8b8db2bc1eab07e72b578d69a5e9a.tar.gz |
Add Darwin to NOT_FOR_PLATFORM.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libao-sun/Makefile | 4 | ||||
-rw-r--r-- | audio/mpg123-sun/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/libao-sun/Makefile b/audio/libao-sun/Makefile index faa517e1da8..bfd144eed04 100644 --- a/audio/libao-sun/Makefile +++ b/audio/libao-sun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/01/01 08:15:51 dholland Exp $ +# $NetBSD: Makefile,v 1.10 2016/03/27 22:45:48 jperkin Exp $ .include "../../audio/libao/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= ${DISTNAME:S/libao/libao-sun/} COMMENT+= (Sun audio plugin) # no support for the sun audio interface -NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-* +NOT_FOR_PLATFORM+= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_SUN_AUDIO=no/ENABLE_SUN_AUDIO=yes/g} BUILD_DIRS= src/plugins/sun diff --git a/audio/mpg123-sun/Makefile b/audio/mpg123-sun/Makefile index 66e228d8d7d..a24cf18a329 100644 --- a/audio/mpg123-sun/Makefile +++ b/audio/mpg123-sun/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2015/01/01 07:56:42 dholland Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/27 22:46:45 jperkin Exp $ MPG123_MODULE= sun # this is builtin with ../mpg123 on these architectures NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-* # there is no support for the sun-audio interface on these -NOT_FOR_PLATFORM+= DragonFly-*-* FreeBSD-*-* Linux-*-* +NOT_FOR_PLATFORM+= Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-* .include "../../audio/mpg123/Makefile.common" |