pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ptlib Explicitly disable pulse so that doesn't a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ebce195a433
branches:  trunk
changeset: 642008:8ebce195a433
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Nov 23 06:06:49 2014 +0000

description:
Explicitly disable pulse so that doesn't accidently detect.

diffstat:

 devel/ptlib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cd714a2e09a7 -r 8ebce195a433 devel/ptlib/Makefile
--- a/devel/ptlib/Makefile      Sun Nov 23 06:05:48 2014 +0000
+++ b/devel/ptlib/Makefile      Sun Nov 23 06:06:49 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/10/19 22:27:45 alnsn Exp $
+# $NetBSD: Makefile,v 1.25 2014/11/23 06:06:49 markd Exp $
 
 DISTNAME=      ptlib-2.10.7
 PKGREVISION=   8
@@ -37,6 +37,7 @@
 CONFIGURE_ARGS+=       --disable-alsa
 CONFIGURE_ARGS+=       --disable-avc
 CONFIGURE_ARGS+=       --disable-dc
+CONFIGURE_ARGS+=       --disable-pulse
 PTHREAD_OPTS+=         require
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index