View | Details | Raw Unified | Return to bug 254315 | Differences between
and this patch

Collapse All | Expand All

(-)b/textproc/luceneplusplus/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	lucene++
1
PORTNAME=	lucene++
2
PORTVERSION=	3.0.8
2
PORTVERSION=	3.0.8
3
PORTREVISION=	1
3
DISTVERSIONPREFIX=	rel_
4
DISTVERSIONPREFIX=	rel_
4
CATEGORIES=	textproc
5
CATEGORIES=	textproc
5
6
(-)b/textproc/luceneplusplus/files/patch-src_config_contrib_liblucene++-contrib.pc.in (+18 lines)
Added Link Here
1
--- src/config/contrib/liblucene++-contrib.pc.in.orig
2
+++ src/config/contrib/liblucene++-contrib.pc.in
3
@@ -1,13 +1,12 @@
4
 prefix=@CMAKE_INSTALL_PREFIX@
5
 exec_prefix=${prefix}/bin
6
-libdir=@LIB_DESTINATION@
7
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
8
 includedir=${prefix}/include/lucene++
9
 lib=lucene++-contrib
10
 
11
 Name: liblucene++-contrib
12
 Description: Contributions for Lucene++ - a C++ search engine, ported from the popular Apache Lucene
13
 Version: @lucene++_VERSION@
14
-Libs: -L@LIB_DESTINATION@ -l${lib}
15
+Libs: -L${libdir} -l${lib}
16
 Cflags: -I${includedir}
17
 Requires: liblucene++ = @lucene++_VERSION@
18
-
(-)b/textproc/luceneplusplus/files/patch-src_config_core_liblucene++.pc.in (+17 lines)
Added Link Here
1
--- src/config/core/liblucene++.pc.in.orig
2
+++ src/config/core/liblucene++.pc.in
3
@@ -1,12 +1,11 @@
4
 prefix=@CMAKE_INSTALL_PREFIX@
5
 exec_prefix=${prefix}/bin
6
-libdir=@LIB_DESTINATION@
7
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
8
 includedir=${prefix}/include/lucene++
9
 lib=lucene++
10
 
11
 Name: liblucene++
12
 Description: Lucene++ - a C++ search engine, ported from the popular Apache Lucene
13
 Version: @lucene++_VERSION@
14
-Libs: -L@LIB_DESTINATION@ -l${lib}
15
+Libs: -L${libdir} -l${lib}
16
 Cflags: -I${includedir}
17
-

Return to bug 254315