gnu: uim-gtk: Pass -fcommon to compiler.
* gnu/packages/xorg.scm (uim-gtk)[arguments]: Add -fcommon to CFLAGS.master
parent
1882282843
commit
108b923d92
|
@ -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
|
||||
|
|
Reference in New Issue