mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user