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:
宋文武 2025-02-10 10:45:13 +08:00 committed by Andreas Enge
parent 410c4b6db7
commit 08df9cb23d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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