Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/clucene/
Date: Mon, 14 Jun 2021 14:50:07
Message-Id: 1623682195.73689f2a05dda2853d24839f0380dc9974d62d24.juippis@gentoo
1 commit: 73689f2a05dda2853d24839f0380dc9974d62d24
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 14:43:59 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 14:49:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73689f2a
7
8 dev-cpp/clucene: fix build on clang
9
10 - tested on clang and gcc against few random rdeps.
11
12 Closes: https://bugs.gentoo.org/729680
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild b/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
19 index c52e641b1f8..45755a6557d 100644
20 --- a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
21 +++ b/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -30,6 +30,7 @@ DOCS=(AUTHORS ChangeLog README README.PACKAGE REQUESTS)
29 S="${WORKDIR}/${MY_PN}-${PV}"
30
31 PATCHES=(
32 + "${FILESDIR}"/clucene-2.3.3.4-fix-clang.patch
33 "${FILESDIR}/${P}-contrib.patch"
34 "${FILESDIR}/${P}-pkgconfig.patch"
35 "${FILESDIR}/${P}-gcc6.patch"