aboutsummaryrefslogtreecommitdiff
path: root/libraries/LucenePlusPlus/LuceneHeaders.patch
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-08 15:51:37 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-08 15:51:37 +0700
commitb4f7c7d98fddc65a1b0fb716af4f26a1e28d5a1f (patch)
treee7d3efd88ea2059a962a6085c5a67e6dfebefd9e /libraries/LucenePlusPlus/LuceneHeaders.patch
parent46be8fe6a2a3a2d9afbdea1f7621b48796dfbe71 (diff)
libraries/LucenePlusPlus: Updated for version 3.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/LucenePlusPlus/LuceneHeaders.patch')
-rw-r--r--libraries/LucenePlusPlus/LuceneHeaders.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/libraries/LucenePlusPlus/LuceneHeaders.patch b/libraries/LucenePlusPlus/LuceneHeaders.patch
deleted file mode 100644
index 4ff60c5d206ab..0000000000000
--- a/libraries/LucenePlusPlus/LuceneHeaders.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-commit 994f03cf736229044a168835ae7387696041658f
-Author: rezso <rezso@example.com>
-Date: Mon May 19 09:20:40 2014 +0100
-
- fix installing lucene++ headers in 3.0.6
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b0f3f20..6ae96b7 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -138,6 +138,14 @@ if(NOT WIN32)
- DESTINATION "${LIB_DESTINATION}/pkgconfig")
- endif()
-
-+#################################
-+# install Config.h
-+#################################
-+install(
-+ FILES
-+ "${CMAKE_CURRENT_BINARY_DIR}/include/Config.h"
-+ DESTINATION include/lucene++)
-+
- ####################################
- # custom targets
- ####################################
-diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
-index 83eb578..7d6153d 100644
---- a/src/core/CMakeLists.txt
-+++ b/src/core/CMakeLists.txt
-@@ -20,7 +20,7 @@ file(GLOB_RECURSE lucene_internal_headers
- )
-
- file(GLOB_RECURSE lucene_headers
-- include/*.h
-+ "${lucene++_SOURCE_DIR}/include/*.h"
- )
-
- add_definitions(-DLPP_BUILDING_LIB)