gnu: presage: Build with c++-14.
* gnu/packages/fcitx.scm (presage)[arguments]: Adjust configure-flags to use c++-14 cor CFLAGS and CXXFLAGS.
This commit is contained in:
parent
97323e5262
commit
aeda325cf1
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list
|
||||||
"CFLAGS=-Wno-narrowing"
|
"CFLAGS=-Wno-narrowing -std=c++14"
|
||||||
"CXXFLAGS=-Wno-narrowing")
|
"CXXFLAGS=-Wno-narrowing -std=c++14")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'install 'move-doc
|
(add-after 'install 'move-doc
|
||||||
|
|
Reference in a new issue