iyzsong pushed a commit to branch qt-team
in repository guix.
commit d6404bbca98653468d563c8025bd75ccc270b7c7
Author: 宋文武 <[email protected]>
AuthorDate: Mon Feb 10 10:45:13 2025 +0800
gnu: helm: Fix build with newer freetype.
* gnu/packages/music.scm (helm) [arguments]: Add -fpermissive to CXXFLAGS.
Change-Id: I8328abce1ed51ba5c14828d7b7c23bfe63fe2352
---
gnu/packages/music.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 18a47e4650..34a8a22947 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -7134,7 +7134,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