gnu: leveldb: Update home page.
[jackhill/guix/guix.git] / gnu / packages / speech.scm
index 21d6027..38ae8ae 100644 (file)
@@ -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