From d7735a14ce260b2d8cc8b004949169ee2a27d272 Mon Sep 17 00:00:00 2001 From: Szpadel Date: Tue, 29 Sep 2015 10:44:19 +0200 Subject: [PATCH] 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 9a36a6cab34c..54ce1120ba24 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 } -- 2.26.2