svn commit: r315888 - head/textproc/clucene/files

Jung-uk Kim jkim at FreeBSD.org
Tue Apr 16 19:02:55 UTC 2013


Author: jkim
Date: Tue Apr 16 19:02:54 2013
New Revision: 315888
URL: http://svnweb.freebsd.org/changeset/ports/315888

Log:
  Add "-lclucene-shared" to linker flags.  This patch is known to fix build
  issues with non-base compilers.
  
  http://sourceforge.net/tracker/?func=detail&aid=3461512&group_id=80013&atid=558446
  
  Prodded by:	avg
  Feature safe:	yes

Added:
  head/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake   (contents, props changed)

Added: head/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/clucene/files/patch-src__core__libclucene-core.pc.cmake	Tue Apr 16 19:02:54 2013	(r315888)
@@ -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 at .@CLUCENE_VERSION_MINOR at .@CLUCENE_VERSION_REVISION at .@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
+ ~


More information about the svn-ports-head mailing list