Explicitly disable libv4l2 detection (as it currently only works on
linux anyway). Fixes PR pkg/42622.
This commit is contained in:
parent
124e9178d7
commit
286fff5387
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue