[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: uim-qt: Pass -fcommon to compiler.
From: |
guix-commits |
Subject: |
03/03: gnu: uim-qt: 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 3d109b030603ac2f2e3da1f7b048d80193a92077
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 22 20:31:25 2021 +0100
gnu: uim-qt: Pass -fcommon to compiler.
* gnu/packages/xorg.scm (uim-qt)[arguments]: Add -fcommon to CPPFLAGS.
---
gnu/packages/xorg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 70f5a6e..010917d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6696,7 +6696,8 @@ and embedded platforms.")
(substitute-keyword-arguments (package-arguments uim)
((#:configure-flags configure-flags)
(append configure-flags (list "--with-qt5-immodule"
- "--with-qt5")))))
+ "--with-qt5"
+ "CPPFLAGS=-fcommon")))))
(synopsis "Multilingual input method framework (Qt support)")))
(define-public keynav