Diff log4cpp-1.1.3-r2 with a log4cpp-1.1.3-r3
/usr/portage/dev-libs/log4cpp/log4cpp-1.1.3-r3.ebuild 2023-10-09 14:52:29.536368351 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit autotools |
|
6 |
inherit autotools flag-o-matic |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="C++ classes for flexible logging to files, syslog and other destinations" |
9 |
HOMEPAGE="http://log4cpp.sourceforge.net/" |
|
9 |
HOMEPAGE="https://log4cpp.sourceforge.net/" |
|
10 | 10 |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
11 | 11 |
S="${WORKDIR}/${PN}" |
12 | 12 | |
13 | 13 |
LICENSE="LGPL-2.1" |
14 | 14 |
SLOT="0/5" |
15 |
KEYWORDS="amd64 ~arm ppc ~riscv ~s390 x86" |
|
15 |
KEYWORDS="~amd64 ~arm ~ppc ~riscv ~s390 ~x86" |
|
16 | 16 |
IUSE="doc test" |
17 | 17 |
RESTRICT="!test? ( test )" |
18 | 18 | |
... | ... | |
26 | 26 |
"${FILESDIR}"/${PN}-1.1-automake-1.13.patch |
27 | 27 |
"${FILESDIR}"/${PN}-1.1-glibc-2.31.patch |
28 | 28 |
"${FILESDIR}"/${PN}-1.1.3-fix-version.patch |
29 |
"${FILESDIR}"/${PN}-1.1.3-fix-implicit-func-in-configure.patch |
|
29 | 30 |
) |
30 | 31 | |
31 | 32 |
src_prepare() { |
... | ... | |
42 | 43 |
} |
43 | 44 | |
44 | 45 |
src_configure() { |
46 |
append-cxxflags -Wno-register # https://bugs.gentoo.org/895054 |
|
45 | 47 |
# Bashisms call configure tests to malfunction / config.h to be misgenerated |
46 | 48 |
# which then causes a build failure later on in the package (w/ GCC 12, |
47 | 49 |
# anyway). |