summaryrefslogtreecommitdiff
path: root/graphics/kgamma/patches
diff options
context:
space:
mode:
authormrg <mrg>2015-11-25 07:22:58 +0000
committermrg <mrg>2015-11-25 07:22:58 +0000
commit0979a313e8c04a73ea73671675faf767c97fed71 (patch)
tree7e75d091b0cbeeeaf571983ad743ffb124153b5a /graphics/kgamma/patches
parent446e3d0fc8b29ce1176bcf4931f581cd63a248fd (diff)
downloadpkgsrc-0979a313e8c04a73ea73671675faf767c97fed71.tar.gz
port this to new cmake: add include(CheckIncludeFiles)
Diffstat (limited to 'graphics/kgamma/patches')
-rw-r--r--graphics/kgamma/patches/patch-CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/kgamma/patches/patch-CMakeLists.txt b/graphics/kgamma/patches/patch-CMakeLists.txt
new file mode 100644
index 00000000000..a2ce99e200f
--- /dev/null
+++ b/graphics/kgamma/patches/patch-CMakeLists.txt
@@ -0,0 +1,12 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2015/11/25 07:22:58 mrg Exp $
+
+--- CMakeLists.txt.orig 2014-10-09 00:07:16.000000000 -0700
++++ CMakeLists.txt 2015-11-24 21:38:21.000000000 -0800
+@@ -1,5 +1,7 @@
+ project(kgamma)
+
++include(CheckIncludeFiles)
++
+ find_package(KDE4 REQUIRED)
+ include(KDE4Defaults)
+ include(MacroLibrary)