diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-20 00:35:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-20 00:35:10 +0000 |
commit | ab4b6f3a1e4e951e45b2a7e00e54d2e48ff1bdd7 (patch) | |
tree | 9dcba31e6f08fb6736d335edaa00a547992436a9 /audio/snd/Makefile | |
parent | 5142fb86bfcac1c049735de37d779902861129ec (diff) | |
download | pkgsrc-ab4b6f3a1e4e951e45b2a7e00e54d2e48ff1bdd7.tar.gz |
Use dlopen.b3.mk magic instead of hardwired -ldl for those platforms
which don't need it.
Diffstat (limited to 'audio/snd/Makefile')
-rw-r--r-- | audio/snd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 997361aa9c5..874d023db1b 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/09/09 02:41:55 obache Exp $ +# $NetBSD: Makefile,v 1.49 2006/12/20 00:35:10 joerg Exp $ # DISTNAME= snd-8.3 @@ -30,5 +30,6 @@ post-install: .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../math/gsl/buildlink3.mk" +.include "../../mk/dlopen.buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |