summaryrefslogtreecommitdiff
path: root/graphics/digikam/patches/patch-CMakeLists.txt
blob: ba32bea2d83409f5adca3be56e847899d515cfb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-CMakeLists.txt,v 1.3 2015/11/03 20:47:48 markd Exp $

Don't do kipi-plugins -- separate package

--- CMakeLists.txt.orig	2015-09-03 21:22:44.000000000 +0000
+++ CMakeLists.txt
@@ -215,7 +215,7 @@ endif()
 
 ############################################################################################################################################
 
-add_subdirectory(extra)
+#add_subdirectory(extra)
 add_subdirectory(core)
 
 if(ENABLE_COMPILE_DOC)