net-print/cups-filters: append -std=c++11 to CXXFLAGS

Gentoo-Bug: https://bugs.gentoo.org/626800

Acked-By: Manuel Rueger <mrueg@gentoo.org>
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Austin English
2017-08-07 14:27:58 -05:00
parent 52e4583439
commit 688cb61124

View File

@@ -5,7 +5,7 @@ EAPI=6
GENTOO_DEPEND_ON_PERL=no
inherit perl-module systemd
inherit perl-module systemd flag-o-matic
if [[ "${PV}" == "9999" ]] ; then
inherit bzr autotools
@@ -50,6 +50,9 @@ DEPEND="${RDEPEND}
src_prepare() {
default
[[ "${PV}" == "9999" ]] && eautoreconf
# Bug #626800
append-cxxflags -std=c++11
}
src_configure() {