pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/alsa-lib Need dl and pthread to build, add build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6fbc0280ad7
branches:  trunk
changeset: 553692:e6fbc0280ad7
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Jan 28 05:38:53 2009 +0000

description:
Need dl and pthread to build, add buildlink.
Exactly disable detection of python.

diffstat:

 audio/alsa-lib/Makefile      |  6 +++++-
 audio/alsa-lib/buildlink3.mk |  5 ++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r ba50a23a4447 -r e6fbc0280ad7 audio/alsa-lib/Makefile
--- a/audio/alsa-lib/Makefile   Wed Jan 28 05:14:50 2009 +0000
+++ b/audio/alsa-lib/Makefile   Wed Jan 28 05:38:53 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/01/28 05:14:50 obache Exp $
+# $NetBSD: Makefile,v 1.3 2009/01/28 05:38:53 obache Exp $
 #
 
 DISTNAME=      alsa-lib-1.0.18
@@ -18,4 +18,8 @@
 
 PKGCONFIG_OVERRIDE+=   utils/alsa.pc.in
 
+CONFIGURE_ARGS+=       --disable-python
+
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ba50a23a4447 -r e6fbc0280ad7 audio/alsa-lib/buildlink3.mk
--- a/audio/alsa-lib/buildlink3.mk      Wed Jan 28 05:14:50 2009 +0000
+++ b/audio/alsa-lib/buildlink3.mk      Wed Jan 28 05:38:53 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/12/19 03:33:00 jmcneill Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2009/01/28 05:38:53 obache Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 ALSA_LIB_BUILDLINK3_MK:=       ${ALSA_LIB_BUILDLINK3_MK}+
@@ -16,4 +16,7 @@
 BUILDLINK_PKGSRCDIR.alsa-lib?= ../../audio/alsa-lib
 .endif # ALSA_LIB_BUILDLINK3_MK
 
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index