guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: espeak: Build with the C++ 98 standard.


From: guix-commits
Subject: 02/02: gnu: espeak: Build with the C++ 98 standard.
Date: Wed, 9 Oct 2019 13:10:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 636037fd0a9b3ab14a144b3eb2379cc0c59f0282
Author: Marius Bakke <address@hidden>
Date:   Wed Oct 9 19:07:50 2019 +0200

    gnu: espeak: Build with the C++ 98 standard.
    
    Fixes <https://bugs.gnu.org/37672>.
    Reported by Bradley Haggerty <address@hidden>.
    
    * gnu/packages/speech.scm (espeak)[arguments]: Add CXXFLAGS to #:make-flags.
---
 gnu/packages/speech.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 21d6027..38ae8ae 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]