diff options
author | hasso <hasso> | 2009-09-06 05:15:22 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-09-06 05:15:22 +0000 |
commit | b9fce554e9b021e99b389e01a6caa998da3d8a87 (patch) | |
tree | 1af6ccf1501fe867cce843e0bc94e675e31ad1ee /audio | |
parent | 60dd53b8e355cfd11d8a655cd89404df026468a5 (diff) | |
download | pkgsrc-b9fce554e9b021e99b389e01a6caa998da3d8a87.tar.gz |
Make it build on DragonFly and probably some others.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsa-lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile index 62eb0fae2f0..e7cdbada883 100644 --- a/audio/alsa-lib/Makefile +++ b/audio/alsa-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/31 14:25:49 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/09/06 05:15:22 hasso Exp $ # DISTNAME= alsa-lib-1.0.21 @@ -21,5 +21,7 @@ PKGCONFIG_OVERRIDE+= utils/alsa.pc.in CONFIGURE_ARGS+= --disable-python .include "../../mk/dlopen.buildlink3.mk" +BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*} + .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |