net-print/cups-filters: add note re c++11

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-17 23:08:37 +00:00
parent f36d701f94
commit 4e3c607169

View File

@@ -48,6 +48,8 @@ BDEPEND="
"
src_configure() {
# (As of 1.28.15, still defaults upstream to c++0x, so it's still needed,
# probably.)
# Bug #626800
append-cxxflags -std=c++11