diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2014-12-03 13:59:41 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2014-12-03 13:59:41 +0000 |
commit | c52b37244e22971c268ee2fc30c791763ed29a84 (patch) | |
tree | 940ca6b2b9c5a90e3d0d38bc0525d4895c3361cc /textproc/luceneplusplus/files/patch-CMakeLists.txt | |
parent | - Update to 3.22 (diff) |
On the package cluster downloading files during build is not supported,
Disable downloading of Google test and building of testcases.
Diffstat (limited to 'textproc/luceneplusplus/files/patch-CMakeLists.txt')
-rw-r--r-- | textproc/luceneplusplus/files/patch-CMakeLists.txt | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/textproc/luceneplusplus/files/patch-CMakeLists.txt b/textproc/luceneplusplus/files/patch-CMakeLists.txt index b5a025244bc2..d91bbd96aa3e 100644 --- a/textproc/luceneplusplus/files/patch-CMakeLists.txt +++ b/textproc/luceneplusplus/files/patch-CMakeLists.txt @@ -1,14 +1,28 @@ ---- CMakeLists.txt.orig 2014-11-29 23:14:14.000000000 +0100 -+++ CMakeLists.txt 2014-11-29 23:23:52.000000000 +0100 -@@ -118,7 +118,6 @@ +--- CMakeLists.txt.orig 2014-04-19 20:26:40.000000000 +0200 ++++ CMakeLists.txt 2014-12-03 14:38:24.000000000 +0100 +@@ -49,7 +49,6 @@ + # bootstrap + #################################### + +-find_package(Subversion REQUIRED) + find_package(Threads REQUIRED) + find_package(Boost COMPONENTS + date_time +@@ -113,13 +112,10 @@ + ${CMAKE_CURRENT_BINARY_DIR}/include + ) + +-include(CMakeExternal.txt) + enable_testing() add_subdirectory(src/core) add_subdirectory(src/contrib) -add_subdirectory(src/demo) - add_subdirectory(src/test) +-add_subdirectory(src/test) ################################# -@@ -135,7 +134,7 @@ + # install pkg-config file +@@ -135,7 +131,7 @@ FILES ${CMAKE_CURRENT_BINARY_DIR}/liblucene++.pc ${CMAKE_CURRENT_BINARY_DIR}/liblucene++-contrib.pc |