gnu: alsa-modular-synth: Build with gnu++11.
* gnu/packages/audio.scm (alsa-modular-synth)[arguments]: Add configure-flag.
This commit is contained in:
parent
ab1c23196f
commit
6670c99c97
|
@ -85,7 +85,9 @@
|
|||
"1azbrhpfk4nnybr7kgmc7w6al6xnzppg853vas8gmkh185kk11l0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--enable-qt5")
|
||||
`(#:configure-flags
|
||||
'("--enable-qt5"
|
||||
"CXXFLAGS=-std=gnu++11")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; Insert an extra space between linker flags.
|
||||
|
|
Loading…
Reference in New Issue