sharlatan pushed a commit to branch qt-team
in repository guix.

commit b11771957513f01a6039487d67b24eb879bb0fb6
Author: 宋文武 <[email protected]>
AuthorDate: Mon Feb 10 12:11:14 2025 +0800

    gnu: distrho-ports: Fix build with newer freetype.
    
    * gnu/packages/music.scm (distrho-ports) [arguments]: Add -fpermissive to
    cpp_args.
    
    Change-Id: I65e9f54449dd770c5b1c712d1d7f99034152600f
---
 gnu/packages/music.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 03a852e018..e52fe9db58 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6951,6 +6951,8 @@ ones.")
       (arguments
        (list
         #:tests? #f                     ;no test target
+        #:configure-flags
+        #~'("-Dcpp_args=-fpermissive") ;from `unsigned char*' to `char*'
         #:phases
         #~(modify-phases %standard-phases
             (add-after 'unpack 'patch-juce-fonts

Reply via email to