commit: d7735a14ce260b2d8cc8b004949169ee2a27d272 Author: Szpadel <piotrekrogowski <AT> gmail <DOT> com> AuthorDate: Tue Sep 29 08:44:19 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Oct 5 16:43:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7735a14
sys-cluster/gearmand: Add -std=c++11 flag, bug #503538 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=503538 Pull-Request: https://github.com/gentoo/gentoo/pull/142 sys-cluster/gearmand/gearmand-0.34-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-cluster/gearmand/gearmand-0.34-r1.ebuild b/sys-cluster/gearmand/gearmand-0.34-r1.ebuild index 9a36a6c..54ce112 100644 --- a/sys-cluster/gearmand/gearmand-0.34-r1.ebuild +++ b/sys-cluster/gearmand/gearmand-0.34-r1.ebuild @@ -52,6 +52,9 @@ src_configure() { append-cppflags -DDEBUG fi + # Explicitly enable c++11 mode + append-cxxflags -std=c++11 + autotools-utils_src_configure }
