diff options
author | mrg <mrg@pkgsrc.org> | 2015-11-25 07:22:58 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2015-11-25 07:22:58 +0000 |
commit | f0e079d28c4c9370aea1f45f9db9fbb95ce02ffc (patch) | |
tree | 7e75d091b0cbeeeaf571983ad743ffb124153b5a /graphics | |
parent | 045bf9f63912938ea51a40c987d17effd26d16f4 (diff) | |
download | pkgsrc-f0e079d28c4c9370aea1f45f9db9fbb95ce02ffc.tar.gz |
port this to new cmake: add include(CheckIncludeFiles)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kgamma/distinfo | 3 | ||||
-rw-r--r-- | graphics/kgamma/patches/patch-CMakeLists.txt | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/kgamma/distinfo b/graphics/kgamma/distinfo index 5d74ac8705f..c7298ebf2c3 100644 --- a/graphics/kgamma/distinfo +++ b/graphics/kgamma/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 21:34:05 agc Exp $ +$NetBSD: distinfo,v 1.11 2015/11/25 07:22:58 mrg Exp $ SHA1 (kgamma-4.14.3.tar.xz) = 6fdea45cd27e26930100c4849b1f6464fd8504f8 RMD160 (kgamma-4.14.3.tar.xz) = b0e2b7105b26907a68171d4133698c93b2a94c19 SHA512 (kgamma-4.14.3.tar.xz) = 53633bb11bc45eefb74cc692b0c016ac7ff67214cf628c4b1e599d1b0934e2d4583804332b47b782afc8d4aa49eb28985c709dfb6f31d72e0befd993ebfa1b31 Size (kgamma-4.14.3.tar.xz) = 22932 bytes +SHA1 (patch-CMakeLists.txt) = c156d452280c299d36222b1dae8d67dbc710aeb1 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) |