pkgsrc/audio/libao-macosx/Makefile
dbj 28a4abed17 audio/libao: fix Darwin build
libao tried disable the macos plugin by setting a configure
environment variable that didn't work.  This forces the option
off by the SUBST framework to edit the config file.
2019-12-24 05:07:45 +00:00

19 lines
424 B
Makefile

# $NetBSD: Makefile,v 1.9 2019/12/24 05:07:45 dbj Exp $
.include "../../audio/libao/Makefile.common"
PKGNAME= ${DISTNAME:S/libao/libao-macosx/}
COMMENT+= (MacOS X plugin)
ONLY_FOR_PLATFORM+= Darwin-*-*
BUILD_DIRS= src/plugins/macosx
INSTALL_DIRS= src/plugins/macosx
BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1
_LIBAO_BUILDING_PLUGIN= yes
.include "../../audio/libao/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"