diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-31 13:17:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-31 13:17:23 +0100 |
commit | 3c3e69728c10bcdffa0c597b2b80a482361aea14 (patch) | |
tree | 28b3085380904dd7d282eb85f00e7445f8e029b9 /gnu-system.am | |
parent | ef89cb4263e14887385ef8240b040be052c741c1 (diff) | |
download | patches-3c3e69728c10bcdffa0c597b2b80a482361aea14.tar patches-3c3e69728c10bcdffa0c597b2b80a482361aea14.tar.gz |
gnu: guitarix: Compile in C++11 mode.
* gnu/packages/patches/guitarix-c++11.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/audio.scm (guitarix)[source]: Use it.
[arguments]: Add --cxxflags to #:configure-flags.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 0ee4eebeef..3b7e62ce7d 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -495,6 +495,7 @@ dist_patch_DATA = \ gnu/packages/patches/guile-present-coding.patch \ gnu/packages/patches/guile-relocatable.patch \ gnu/packages/patches/guile-rsvg-pkgconfig.patch \ + gnu/packages/patches/guitarix-c++11.patch \ gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \ gnu/packages/patches/hop-bigloo-4.0b.patch \ gnu/packages/patches/hop-linker-flags.patch \ |