]> git.pld-linux.org Git - packages/clucene-core.git/blame - remove-boost-headers.patch
- fix time.h detection, fixes build with recent headers
[packages/clucene-core.git] / remove-boost-headers.patch
CommitLineData
99316d30
JR
1--- clucene-core-2.3.3.4/src/core/libclucene-core.pc.cmake~ 2011-03-17 01:21:07.000000000 +0100
2+++ clucene-core-2.3.3.4/src/core/libclucene-core.pc.cmake 2013-07-17 00:09:45.329409095 +0200
3@@ -1,11 +1,11 @@
4 prefix=@CMAKE_INSTALL_PREFIX@
5 exec_prefix=${prefix}/bin
6 libdir=${prefix}/@LIB_DESTINATION@
7-includedir=${prefix}/include:${prefix}/include/CLucene/ext
8+includedir=${prefix}/include
9
10 Name: libclucene
11 Description: CLucene - a C++ search engine, ported from the popular Apache Lucene
12 Version: @CLUCENE_VERSION_MAJOR@.@CLUCENE_VERSION_MINOR@.@CLUCENE_VERSION_REVISION@.@CLUCENE_VERSION_PATCH@
13 Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core
14-Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext
15+Cflags: -I${prefix}/include
16 ~
This page took 0.043872 seconds and 4 git commands to generate.