summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-07 12:21:03 +0000
committerSam James <sam@gentoo.org>2023-03-07 12:21:03 +0000
commitbb265b2806f4bae586a5f12599e5b504f5a7e459 (patch)
tree3ee2714f21c99f27e470e894a2b02da4c94c0521 /app-accessibility
parentapp-crypt/gcr: add bug ref to patch (diff)
downloadgentoo-bb265b2806f4bae586a5f12599e5b504f5a7e459.tar.gz
gentoo-bb265b2806f4bae586a5f12599e5b504f5a7e459.tar.bz2
gentoo-bb265b2806f4bae586a5f12599e5b504f5a7e459.zip
app-accessibility/espeak: use append-cxxflags
Closes: https://bugs.gentoo.org/900152 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/espeak/espeak-1.48.04-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index b7da32ffabbc..eebc2c473640 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
src_compile() {
# Uses removed 'register' keyword, bug #894180
- append-flags -std=c++14
+ append-cxxflags -std=c++14
emake \
PREFIX="${EPREFIX}/usr" \