diff options
author | markd <markd@pkgsrc.org> | 2010-01-17 11:33:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-01-17 11:33:20 +0000 |
commit | 286fff53871306881ce5efc84127f7a3a9c1bce7 (patch) | |
tree | 70463288a80352e75f80eee7ec59ffbc76c52f66 | |
parent | 124e9178d785c78c8571e361243a31b4c4f327ae (diff) | |
download | pkgsrc-286fff53871306881ce5efc84127f7a3a9c1bce7.tar.gz |
Explicitly disable libv4l2 detection (as it currently only works on
linux anyway). Fixes PR pkg/42622.
-rw-r--r-- | net/kdenetwork4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 1f45fbf9d9a..2a108d54092 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -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 @@ CONFLICTS= kopete-[0-9]* 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 \ |