diff options
| author | Sam James <sam@gentoo.org> | 2025-04-09 07:52:49 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-04-09 07:52:58 +0100 |
| commit | 9c3ff286d44fe05e31c2cbcbca8552acc467335d (patch) | |
| tree | 3851d7d3329e2d9ad6ebec63b0606cafcd2688b7 /dev-cpp/lucene++/files/lucene++-3.0.9-pkgconfig.patch | |
| parent | 870542214e67aa263ca5b3c92661f3c313a7825e (diff) | |
| download | gentoo-9c3ff286d44fe05e31c2cbcbca8552acc467335d.tar.gz gentoo-9c3ff286d44fe05e31c2cbcbca8552acc467335d.tar.bz2 gentoo-9c3ff286d44fe05e31c2cbcbca8552acc467335d.zip | |
dev-cpp/lucene++: add 3.0.9
Closes: https://bugs.gentoo.org/946534
Closes: https://bugs.gentoo.org/947796
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/lucene++/files/lucene++-3.0.9-pkgconfig.patch')
| -rw-r--r-- | dev-cpp/lucene++/files/lucene++-3.0.9-pkgconfig.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-cpp/lucene++/files/lucene++-3.0.9-pkgconfig.patch b/dev-cpp/lucene++/files/lucene++-3.0.9-pkgconfig.patch new file mode 100644 index 000000000000..36fea7bb60dd --- /dev/null +++ b/dev-cpp/lucene++/files/lucene++-3.0.9-pkgconfig.patch @@ -0,0 +1,24 @@ +https://github.com/luceneplusplus/LucenePlusPlus/commit/f40f59c6e169b4e16b7a6439ecb26a629c6540d1 + +From f40f59c6e169b4e16b7a6439ecb26a629c6540d1 Mon Sep 17 00:00:00 2001 +From: Sergey Fedorov <vital.had@gmail.com> +Date: Thu, 14 Mar 2024 20:37:34 +0800 +Subject: [PATCH] Fix install path for liblucene++.pc + +--- + src/config/core/CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/config/core/CMakeLists.txt b/src/config/core/CMakeLists.txt +index e5691f54..69cfefcc 100644 +--- a/src/config/core/CMakeLists.txt ++++ b/src/config/core/CMakeLists.txt +@@ -9,7 +9,7 @@ if(NOT WIN32) + install( + FILES + "${CMAKE_CURRENT_BINARY_DIR}/liblucene++.pc" +- DESTINATION "${LIB_DESTINATION}/pkgconfig") ++ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) + endif() + + |
