diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-08 12:30:38 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-08 12:30:38 +0000 |
commit | dc5297dc9d2a24262cb8ecef5793856629775ba9 (patch) | |
tree | 45014122b9ea9db6b32e37f780f84a0285df819e /audio/libao-esound | |
parent | b461043a311dffcc8fb060f453528ec05b61b3df (diff) | |
download | pkgsrc-dc5297dc9d2a24262cb8ecef5793856629775ba9.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/Makefile | 4 |
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" |