guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: uim-gtk: Pass -fcommon to compiler.


From: guix-commits
Subject: 02/03: gnu: uim-gtk: Pass -fcommon to compiler.
Date: Mon, 22 Nov 2021 14:32:47 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 108b923d922b39711286a02e87e388fa41ba732b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 22 20:07:25 2021 +0100

    gnu: uim-gtk: Pass -fcommon to compiler.
    
    * gnu/packages/xorg.scm (uim-gtk)[arguments]: Add -fcommon to CFLAGS.
---
 gnu/packages/xorg.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 043e023..70f5a6e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6679,6 +6679,10 @@ and embedded platforms.")
      `(("gtk" ,gtk+)
        ("gtk" ,gtk+-2)
        ,@(package-inputs uim)))
+    (arguments
+     (substitute-keyword-arguments (package-arguments uim)
+       ((#:configure-flags configure-flags)
+        (append configure-flags (list "CFLAGS=-fcommon")))))
     (synopsis "Multilingual input method framework (GTK+ support)")))
 
 (define-public uim-qt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]