Magellan Linux

Contents of /trunk/clucene/patches/clucene-2.3.3.4-pkgconfig-sys-includes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1647 - (show annotations) (download)
Fri Feb 17 11:08:52 2012 UTC (12 years, 2 months ago) by niro
File size: 762 byte(s)
-added clucene patches
1 diff -up clucene-core-2.3.3.4/src/core/libclucene-core.pc.cmake.sys_includes clucene-core-2.3.3.4/src/core/libclucene-core.pc.cmake
2 --- clucene-core-2.3.3.4/src/core/libclucene-core.pc.cmake.sys_includes 2011-03-16 19:21:07.000000000 -0500
3 +++ clucene-core-2.3.3.4/src/core/libclucene-core.pc.cmake 2011-10-23 14:43:05.325553889 -0500
4 @@ -7,5 +7,5 @@ Name: libclucene
5 Description: CLucene - a C++ search engine, ported from the popular Apache Lucene
6 Version: @CLUCENE_VERSION_MAJOR@.@CLUCENE_VERSION_MINOR@.@CLUCENE_VERSION_REVISION@.@CLUCENE_VERSION_PATCH@
7 Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core
8 -Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext
9 +Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext -I@LUCENE_SYS_INCLUDES@
10 ~