1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

textproc/clucene: fix missing lib in patch

PR:		185567
Submitted by:	Olivier <bugs-freebsd@interfasys.ch>
This commit is contained in:
Bartek Rutkowski 2015-03-15 08:50:21 +00:00
parent 373540144f
commit 4418aa5f4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381307
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= clucene
PORTVERSION= 2.3.3.4
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3
DISTNAME= ${PORTNAME}-core-${PORTVERSION}

View File

@ -5,6 +5,6 @@
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
+Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared -lclucene-contribs-lib
Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext
~