summaryrefslogtreecommitdiff
path: root/audio/libao/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libao/Makefile')
-rw-r--r--audio/libao/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index e48efbb47cb..57af93ac79a 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -1,7 +1,13 @@
-# $NetBSD: Makefile,v 1.35 2019/11/24 00:35:56 nia Exp $
+# $NetBSD: Makefile,v 1.36 2019/12/24 05:07:45 dbj Exp $
.include "Makefile.common"
INSTALLATION_DIRS+= lib/ao/plugins-4
+SUBST_CLASSES+= disable-macosx
+SUBST_MESSAGE.disable-macosx+= Force disabling macosx plugin.
+SUBST_STAGE.disable-macosx= pre-configure
+SUBST_FILES.disable-macosx= configure.ac
+SUBST_SED.disable-macosx= -e 's,have_macosx=yes,have_macosx=disabled,'
+
.include "../../mk/bsd.pkg.mk"