From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cplus/
Date: Sat, 26 May 2018 12:23:02 +0000 (UTC) [thread overview]
Message-ID: <1527337351.0972d3fbe34fee062f582a880a1490a349877afa.soap@gentoo> (raw)
commit: 0972d3fbe34fee062f582a880a1490a349877afa
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 11:20:34 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 26 12:22:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0972d3fb
dev-libs/log4cplus: Force C++11
Closes: https://bugs.gentoo.org/648714
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-libs/log4cplus/log4cplus-1.2.0.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-libs/log4cplus/log4cplus-1.2.0.ebuild b/dev-libs/log4cplus/log4cplus-1.2.0.ebuild
index bb4a84c08d9..07cf88b00eb 100644
--- a/dev-libs/log4cplus/log4cplus-1.2.0.ebuild
+++ b/dev-libs/log4cplus/log4cplus-1.2.0.ebuild
@@ -3,6 +3,8 @@
EAPI=6
+inherit flag-o-matic
+
DESCRIPTION="C++ port of the Log for Java (log4j) logging library"
HOMEPAGE="http://log4cplus.sourceforge.net/ https://github.com/log4cplus/log4cplus"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}-stable/${PV}/${P}.tar.bz2"
@@ -24,6 +26,10 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}/${PN}-1.2.0-fix-c++14.patch" )
src_configure() {
+ # bug 648714
+ # Qt5 now requires C++11
+ append-cxxflags -std=c++11
+
econf \
--disable-static \
$(use_with iconv) \
next reply other threads:[~2018-05-26 12:23 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-26 12:23 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 10:38 [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cplus/ Sam James
2023-09-04 21:24 Andreas Sturmlechner
2022-04-17 19:00 Sam James
2022-02-28 7:06 Yixun Lan
2022-01-27 9:30 David Seifert
2021-12-05 4:45 Sam James
2021-08-10 0:24 Sam James
2021-08-01 18:27 Sam James
2021-07-05 17:22 Dennis Lamm
2021-01-25 14:16 Sam James
2020-12-21 18:07 Sam James
2020-10-15 15:58 Sam James
2018-03-30 16:04 Aaron Bauman
2018-01-14 12:35 Andreas Sturmlechner
2018-01-12 23:00 Andreas Sturmlechner
2016-09-18 0:40 David Seifert
2016-09-18 0:40 David Seifert
2016-09-18 0:40 David Seifert
2016-07-08 17:58 Austin English
2016-07-04 18:44 Christian Ruppert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1527337351.0972d3fbe34fee062f582a880a1490a349877afa.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox