openbsd-ports/devel/cmake/patches/patch-Source_CMakeLists_txt
dcoppa 16afbc2029 Update to CMake-3.9.1
Tests and feedback by rsadowski@, schwarze@
Ports bulk build by sthen@
2017-08-26 17:53:35 +00:00

23 lines
666 B
Plaintext

$OpenBSD: patch-Source_CMakeLists_txt,v 1.10 2017/08/26 17:53:35 dcoppa Exp $
Index: Source/CMakeLists.txt
--- Source/CMakeLists.txt.orig
+++ Source/CMakeLists.txt
@@ -81,6 +81,9 @@ include_directories(
"${CMake_SOURCE_DIR}/Source/LexerParser"
${CMAKE_ZLIB_INCLUDES}
${CMAKE_EXPAT_INCLUDES}
+ ${CMAKE_LIBRHASH_INCLUDES}
+ ${CMAKE_JSONCPP_INCLUDES}
+ ${CMAKE_LIBUV_INCLUDES}
${CMAKE_TAR_INCLUDES}
${CMAKE_COMPRESS_INCLUDES}
${CMake_HAIKU_INCLUDE_DIRS}
@@ -273,7 +276,6 @@ set(SRCS
cmRulePlaceholderExpander.cxx
cmRulePlaceholderExpander.h
cmLocalUnixMakefileGenerator3.cxx
- cmLocale.h
${MACH_SRCS}
cmMakefile.cxx
cmMakefile.h