pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/kdenetwork4 Explicitly disable libv4l2 detection (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06602de214a3
branches:  trunk
changeset: 569745:06602de214a3
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jan 17 11:33:20 2010 +0000

description:
Explicitly disable libv4l2 detection (as it currently only works on
linux anyway).  Fixes PR pkg/42622.

diffstat:

 net/kdenetwork4/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f7e3f925633f -r 06602de214a3 net/kdenetwork4/Makefile
--- a/net/kdenetwork4/Makefile  Sun Jan 17 11:27:54 2010 +0000
+++ b/net/kdenetwork4/Makefile  Sun Jan 17 11:33:20 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/10/11 08:13:39 markd Exp $
+# $NetBSD: Makefile,v 1.3 2010/01/17 11:33:20 markd Exp $
 
 DISTNAME=      kdenetwork-${_KDE_VERSION}
 CATEGORIES=    net
@@ -14,6 +14,7 @@
 UNLIMIT_RESOURCES+=    datasize memorysize stacksize
 
 CMAKE_ARGS+=   -DWITH_Xmms:BOOL=OFF
+CMAKE_ARGS+=   -DWITH_LibV4L2:BOOL=OFF
 
 REPLACE_PERL+= \
        kopete/kopete/kconf_update/kopete-account-0.10.pl \



Home | Main Index | Thread Index | Old Index