guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: qsynth: Build with gnu++11.


From: David Craven
Subject: 06/13: gnu: qsynth: Build with gnu++11.
Date: Sun, 21 Aug 2016 23:50:18 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit f2358305c431ffee7cac6dd51c9020bee22c3b84
Author: David Craven <address@hidden>
Date:   Sat Aug 20 21:34:09 2016 +0200

    gnu: qsynth: Build with gnu++11.
    
    * gnu/packages/audio.scm (qsynth)[arguments]: Add configure-flag.
---
 gnu/packages/audio.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 6c0f066..67701a0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2113,7 +2113,9 @@ interface.")
         (base32 "034p6mbwrjnxd9b6h20cidxi4ilkk3cgpjp154j0jzjs1ipf7x2h"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f)) ; no "check" phase
+     `(#:tests? #f ; no "check" phase
+       #:configure-flags
+       '("CXXFLAGS=-std=gnu++11")))
     (native-inputs
      `(("qttools" ,qttools)))
     (inputs



reply via email to

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