summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2024-05-21 18:57:07 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-05-21 18:57:07 +0200
commit6e2a1355dea10e09d9fb4d04320fb0913801cb89 (patch)
tree81545d2df6584f9d89b315fff79faf84283aef98 /dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild
parentapp-editors/qhexedit2: reorder variables for pkgcheck (diff)
downloadgentoo-6e2a1355dea10e09d9fb4d04320fb0913801cb89.tar.gz
gentoo-6e2a1355dea10e09d9fb4d04320fb0913801cb89.tar.bz2
gentoo-6e2a1355dea10e09d9fb4d04320fb0913801cb89.zip
dev-cpp/lucene++: fixed compilation with boost 1.85
Closes: https://bugs.gentoo.org/932253 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild')
-rw-r--r--dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild b/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild
index 025c5aad888e..29cd859016d7 100644
--- a/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild
+++ b/dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,7 +23,10 @@ RDEPEND="${DEPEND}"
DOCS=( AUTHORS README.rst )
-PATCHES=( "${FILESDIR}/${P}-boost-1.58.patch" )
+PATCHES=(
+ "${FILESDIR}/${P}-boost-1.58.patch"
+ "${FILESDIR}/${P}-boost-1.85.patch"
+)
src_configure() {
local mycmakeargs=(