commit:     73689f2a05dda2853d24839f0380dc9974d62d24
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 14:43:59 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 14:49:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73689f2a

dev-cpp/clucene: fix build on clang

 - tested on clang and gcc against few random rdeps.

Closes: https://bugs.gentoo.org/729680
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild 
b/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
index c52e641b1f8..45755a6557d 100644
--- a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
+++ b/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,6 +30,7 @@ DOCS=(AUTHORS ChangeLog README README.PACKAGE REQUESTS)
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 PATCHES=(
+       "${FILESDIR}"/clucene-2.3.3.4-fix-clang.patch
        "${FILESDIR}/${P}-contrib.patch"
        "${FILESDIR}/${P}-pkgconfig.patch"
        "${FILESDIR}/${P}-gcc6.patch"

Reply via email to