diff options
-rw-r--r-- | net-misc/mosh/mosh-1.3.2-r3.ebuild | 2 | ||||
-rw-r--r-- | net-misc/mosh/mosh-1.4.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/mosh/mosh-1.3.2-r3.ebuild b/net-misc/mosh/mosh-1.3.2-r3.ebuild index 3e73eb1a4743..3cda6f2836f5 100644 --- a/net-misc/mosh/mosh-1.3.2-r3.ebuild +++ b/net-misc/mosh/mosh-1.3.2-r3.ebuild @@ -50,7 +50,7 @@ src_prepare() { src_configure() { # protobuf needs >=c++14 - append-flags -std=gnu++14 + append-cxxflags -std=gnu++14 econf \ --disable-completion \ diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild index 0508d2dd4db1..123086e09347 100644 --- a/net-misc/mosh/mosh-1.4.0.ebuild +++ b/net-misc/mosh/mosh-1.4.0.ebuild @@ -58,7 +58,7 @@ src_configure() { MAKEOPTS+=" V=1" # protobuf needs >=c++14 - append-flags -std=gnu++14 + append-cxxflags -std=gnu++14 local myeconfargs=( # We install it ourselves in src_install |