pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/alsa-lib Make it build on DragonFly and probably...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f98567e5a798
branches:  trunk
changeset: 564514:f98567e5a798
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Sun Sep 06 05:15:22 2009 +0000

description:
Make it build on DragonFly and probably some others.

diffstat:

 audio/alsa-lib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 82e726ab6c01 -r f98567e5a798 audio/alsa-lib/Makefile
--- a/audio/alsa-lib/Makefile   Sun Sep 06 04:20:52 2009 +0000
+++ b/audio/alsa-lib/Makefile   Sun Sep 06 05:15:22 2009 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index