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-arts | |
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-arts')
-rw-r--r-- | audio/libao-arts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libao-arts/Makefile b/audio/libao-arts/Makefile index 3468d296cfb..a5239edd10c 100644 --- a/audio/libao-arts/Makefile +++ b/audio/libao-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:02:38 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/10/08 12:30:38 jmmv Exp $ .include "../libao/Makefile.common" @@ -10,6 +10,8 @@ CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-arts/enable-arts/g} BUILD_DIRS= ${WRKSRC}/src/plugins/arts INSTALL_DIRS= ${WRKSRC}/src/plugins/arts +_LIBAO_BUILDING_PLUGIN= yes + .include "../../audio/arts/buildlink3.mk" .include "../../audio/libao/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |