summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorThomas Orgis2016-02-08 00:27:51 +0100
committerThomas Orgis2016-02-08 00:28:58 +0100
commit13cb9b8e62abe862dd3eb83a15db1159aa96ad49 (patch)
treeb32beb0350dbb00fa5366756140dea2c34c4ccbd /audio-creation
parentb7b053bd941ccc016ef514f48576213a17e0b4a2 (diff)
ardour4: build with C++11 to fix build with current glibmm
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/ardour4/BUILD4
-rw-r--r--audio-creation/ardour4/HISTORY3
2 files changed, 6 insertions, 1 deletions
diff --git a/audio-creation/ardour4/BUILD b/audio-creation/ardour4/BUILD
index 886e6dfd54..40cf8a1c57 100755
--- a/audio-creation/ardour4/BUILD
+++ b/audio-creation/ardour4/BUILD
@@ -4,5 +4,7 @@ OPTS="--noconfirm \
--with-backends=$(echo "$ARDOUR4_AUDIO" | tr ' ' ,) \
$ARDOUR4_OPTS \
$OPTS" &&
-
+# C++11 features used in glibmm headers.
+# Should one fix it there? Globally?!
+CXXFLAGS="$CXXFLAGS -std=c++11" &&
waf_build
diff --git a/audio-creation/ardour4/HISTORY b/audio-creation/ardour4/HISTORY
index e58669bc36..756dffa453 100644
--- a/audio-creation/ardour4/HISTORY
+++ b/audio-creation/ardour4/HISTORY
@@ -1,3 +1,6 @@
+2016-02-07 Thomas Orgis <sobukus@sourcemage.org>
+ * BUILD: enable C++11 mode since current glibmm requires that
+
2015-10-21 Thomas Orgis <sobukus@souremage.org>
* DETAILS: bump to 4.4