summaryrefslogtreecommitdiff
path: root/audio/akode-plugins-oss
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-11-07 20:46:20 +0000
committerdholland <dholland@pkgsrc.org>2015-11-07 20:46:20 +0000
commitb2f1c57cf6fb54cb9e331296277243b1f5fa86b7 (patch)
tree020eae49e0bf667e6560e94f2b16aaebe7be94d4 /audio/akode-plugins-oss
parentd2c3135f5402adf4db70488ca0bfbab48b21daf5 (diff)
downloadpkgsrc-b2f1c57cf6fb54cb9e331296277243b1f5fa86b7.tar.gz
MacOS doesn't have OSS; mask this plugin.
Diffstat (limited to 'audio/akode-plugins-oss')
-rw-r--r--audio/akode-plugins-oss/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/akode-plugins-oss/Makefile b/audio/akode-plugins-oss/Makefile
index 58d93626d7b..d46356f1840 100644
--- a/audio/akode-plugins-oss/Makefile
+++ b/audio/akode-plugins-oss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:22 asau Exp $
+# $NetBSD: Makefile,v 1.7 2015/11/07 20:46:20 dholland Exp $
#
PKGNAME= akode-plugins-oss-${AKODE_VERSION}
@@ -15,6 +15,9 @@ PATCHDIR= ${.CURDIR}/../../audio/akode/patches
CONFIGURE_ARGS+= --with-oss
+# MacOS doesn't have OSS
+NOT_FOR_PLATFORM= Darwin-*-*
+
do-install:
cd ${WRKSRC}/akode/plugins/oss_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \
DESTDIR=${DESTDIR} install