aboutsummaryrefslogtreecommitdiff
path: root/textproc/clucene
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-04-16 19:02:54 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-04-16 19:02:54 +0000
commit7bf75e79aa0b1dd1731c6c07271ed426056dd4d5 (patch)
tree1fb5d8616e02f4b22ef0c7e5ce8b02aa8898180f /textproc/clucene
parenteeb6fdad26e0c55df164a7e22667cb69fe0b54c0 (diff)
Notes
Diffstat (limited to 'textproc/clucene')
-rw-r--r--textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake b/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake
new file mode 100644
index 000000000000..d212b3491337
--- /dev/null
+++ b/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake
@@ -0,0 +1,10 @@
+--- src/core/libclucene-core.pc.cmake.orig 2011-03-16 20:21:07.000000000 -0400
++++ src/core/libclucene-core.pc.cmake 2013-04-16 14:52:22.000000000 -0400
+@@ -6,6 +6,6 @@
+ Name: libclucene
+ Description: CLucene - a C++ search engine, ported from the popular Apache Lucene
+ Version: @CLUCENE_VERSION_MAJOR@.@CLUCENE_VERSION_MINOR@.@CLUCENE_VERSION_REVISION@.@CLUCENE_VERSION_PATCH@
+-Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core
++Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared
+ Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext
+ ~