gnu: espeak: Build with the C++ 98 standard.
Fixes <https://bugs.gnu.org/37672>. Reported by Bradley Haggerty <bradigger@gmail.com>. * gnu/packages/speech.scm (espeak)[arguments]: Add CXXFLAGS to #:make-flags.
This commit is contained in:
parent
e0dcd84d51
commit
636037fd0a
|
@ -69,6 +69,8 @@
|
|||
(string-append "LDFLAGS=-Wl,-rpath="
|
||||
(assoc-ref %outputs "out")
|
||||
"/lib")
|
||||
;; The package fails to build with newer C++ standards.
|
||||
"CXXFLAGS=-std=c++98"
|
||||
"AUDIO=pulseaudio")
|
||||
#:tests? #f ; no check target
|
||||
#:phases
|
||||
|
|
Loading…
Reference in New Issue