diff options
author | hasso <hasso@pkgsrc.org> | 2009-09-06 05:15:22 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-09-06 05:15:22 +0000 |
commit | 45a6ce0b085593d4c516ea3902fca1df22c60d89 (patch) | |
tree | 1af6ccf1501fe867cce843e0bc94e675e31ad1ee /audio/alsa-lib | |
parent | 19edbcee1a383cf26458b84413fd12998ca0cce7 (diff) | |
download | pkgsrc-45a6ce0b085593d4c516ea3902fca1df22c60d89.tar.gz |
Make it build on DragonFly and probably some others.
Diffstat (limited to 'audio/alsa-lib')
-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" |