diff options
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=( |