mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: uim-gtk: Pass -fcommon to compiler.
* gnu/packages/xorg.scm (uim-gtk)[arguments]: Add -fcommon to CFLAGS.
This commit is contained in:
parent
1882282843
commit
108b923d92
1 changed files with 4 additions and 0 deletions
|
@ -6679,6 +6679,10 @@ (define-public uim-gtk
|
||||||
`(("gtk" ,gtk+)
|
`(("gtk" ,gtk+)
|
||||||
("gtk" ,gtk+-2)
|
("gtk" ,gtk+-2)
|
||||||
,@(package-inputs uim)))
|
,@(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)")))
|
(synopsis "Multilingual input method framework (GTK+ support)")))
|
||||||
|
|
||||||
(define-public uim-qt
|
(define-public uim-qt
|
||||||
|
|
Loading…
Reference in a new issue