summaryrefslogtreecommitdiff
path: root/audio/libao-esound
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-10-08 12:30:38 +0000
committerjmmv <jmmv>2005-10-08 12:30:38 +0000
commitfe1c7a01a679227539c5807deaed3186a88c48d3 (patch)
tree45014122b9ea9db6b32e37f780f84a0285df819e /audio/libao-esound
parent29775397c3477a97bcf43ba0d3c262b40e7e09e8 (diff)
downloadpkgsrc-fe1c7a01a679227539c5807deaed3186a88c48d3.tar.gz
For packages using libao, add a default dependency on a plugin (either
oss or sun), based on the current OS name. This is only used if no other libao plugin is installed, and is binary package friendly. Addresses PR pkg/30920 by Chuck Cranor.
Diffstat (limited to 'audio/libao-esound')
-rw-r--r--audio/libao-esound/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libao-esound/Makefile b/audio/libao-esound/Makefile
index 72f81b16b79..1ce6a3b3890 100644
--- a/audio/libao-esound/Makefile
+++ b/audio/libao-esound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/16 14:49:52 adam Exp $
+# $NetBSD: Makefile,v 1.9 2005/10/08 12:30:38 jmmv Exp $
.include "../libao/Makefile.common"
@@ -10,6 +10,8 @@ CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-esd/enable-esd/g}
BUILD_DIRS= ${WRKSRC}/src/plugins/esd
INSTALL_DIRS= ${WRKSRC}/src/plugins/esd
+_LIBAO_BUILDING_PLUGIN= yes
+
.include "../../audio/esound/buildlink3.mk"
.include "../../audio/libao/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"