[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: ardour: Build with '--cxx11'.
From: |
??? |
Subject: |
01/01: gnu: ardour: Build with '--cxx11'. |
Date: |
Sun, 25 Oct 2015 09:42:49 +0000 |
iyzsong pushed a commit to branch dbus-update
in repository guix.
commit 92e4fbe21544082308f3757ec01fd0cb7e4d12e5
Author: 宋文武 <address@hidden>
Date: Sun Oct 25 17:40:14 2015 +0800
gnu: ardour: Build with '--cxx11'.
* gnu/packages/audio.scm (ardour, ardour-3)[arguments]: Add '--cxx11'
as #:configure-flags.
---
gnu/packages/audio.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index a35ef27..7fa7f3d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -178,7 +178,8 @@ namespace ARDOUR { const char* revision =
\"3.5-403-gec2cb31\" ; }"))))
(file-name (string-append name "-" version))))
(build-system waf-build-system)
(arguments
- `(#:phases
+ `(#:configure-flags '("--cxx11") ; required by gtkmm
+ #:phases
(modify-phases %standard-phases
(add-after
'unpack 'set-rpath-in-LDFLAGS