mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: klick: Fix build with GCC 7.
* gnu/packages/music.scm (klick)[arguments]: Pass -fpermissive to compiler.
This commit is contained in:
parent
923b2b5a48
commit
fb1d8d2baa
1 changed files with 5 additions and 0 deletions
|
@ -777,6 +777,11 @@ audio and video).")
|
|||
#:tests? #f ; no "check" target
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'be-permissive
|
||||
(lambda _
|
||||
(substitute* "SConstruct"
|
||||
(("'-Wall'") "'-Wall', '-fpermissive'"))
|
||||
#t))
|
||||
(add-after 'unpack 'replace-removed-scons-syntax
|
||||
(lambda _
|
||||
(substitute* "SConstruct"
|
||||
|
|
Loading…
Reference in a new issue