mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 15:06:40 -04:00
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
$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)
|