summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-04 04:01:00 +0000
committerjlam <jlam@pkgsrc.org>2001-10-04 04:01:00 +0000
commit04d88431f13a34bde675cd43d1fbb574868df354 (patch)
treecd53a544c57bb57ac6b9fb1faba1daabed37f3ee /audio
parent0769df4096b8c0ccf5be5d63d52ac00a002d10bd (diff)
downloadpkgsrc-04d88431f13a34bde675cd43d1fbb574868df354.tar.gz
Explicitly disable esd, alsa, and arts plugins since we may not have those
installed. We only support the OSS and Sun (native) audio plugins.
Diffstat (limited to 'audio')
-rw-r--r--audio/libao/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index e976d3b3e88..3920863e96b 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/08/29 12:22:38 skrll Exp $
+# $NetBSD: Makefile,v 1.11 2001/10/04 04:01:00 jlam Exp $
DISTNAME= libao-0.8.0
CATEGORIES= devel
@@ -10,12 +10,16 @@ COMMENT= cross-platform audio library
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
PLIST_SUBST+= VERSION="${DISTNAME}"
+
USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-alsa
+CONFIGURE_ARGS+= --disable-arts
+CONFIGURE_ARGS+= --disable-esd
+
USE_GMAKE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-CONFIGURE_ENV+= ac_cv_path_ESD_CONFIG=no
.include "../../mk/ossaudio.buildlink.mk"
.include "../../mk/bsd.pkg.mk"