summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorhasso <hasso>2009-09-06 05:15:22 +0000
committerhasso <hasso>2009-09-06 05:15:22 +0000
commitb9fce554e9b021e99b389e01a6caa998da3d8a87 (patch)
tree1af6ccf1501fe867cce843e0bc94e675e31ad1ee /audio
parent60dd53b8e355cfd11d8a655cd89404df026468a5 (diff)
downloadpkgsrc-b9fce554e9b021e99b389e01a6caa998da3d8a87.tar.gz
Make it build on DragonFly and probably some others.
Diffstat (limited to 'audio')
-rw-r--r--audio/alsa-lib/Makefile4
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"