mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: helm: Fix build with newer freetype.
* gnu/packages/music.scm (helm) [arguments]: Add -fpermissive to CXXFLAGS. Change-Id: I8328abce1ed51ba5c14828d7b7c23bfe63fe2352
This commit is contained in:
parent
410c4b6db7
commit
08df9cb23d
1 changed files with 3 additions and 1 deletions
|
@ -7351,7 +7351,9 @@ MIDI drums and comes as two separate drumkits: Black Pearl and Red Zeppelin.")
|
|||
(list
|
||||
#:tests? #f ; no "check" target
|
||||
#:make-flags
|
||||
#~(list (string-append "DESTDIR=" #$output) "lv2" "standalone")
|
||||
#~(list (string-append "DESTDIR=" #$output)
|
||||
"CXXFLAGS=-fpermissive" ; from ‘unsigned char*’ to ‘char*’
|
||||
"lv2" "standalone")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'include-pnglib-code-and-remove-usr-from-paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue