diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-05-21 18:57:07 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-05-21 18:57:07 +0200 |
commit | 6e2a1355dea10e09d9fb4d04320fb0913801cb89 (patch) | |
tree | 81545d2df6584f9d89b315fff79faf84283aef98 /dev-cpp/lucene++/lucene++-3.0.7-r3.ebuild | |
parent | app-editors/qhexedit2: reorder variables for pkgcheck (diff) | |
download | gentoo-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.ebuild | 7 |
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=( |