summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/gearmand/gearmand-0.34-r1.ebuild')
-rw-r--r--sys-cluster/gearmand/gearmand-0.34-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
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
}