mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gtk+-2: Fix build with gcc-14.
* gnu/packages/gtk.scm (gtk+-2)[arguments]: Add CFLAGS to #:configure-flags to relax gcc-14's strictness. Change-Id: If2433b1f905a9a01d31f439e77ee302840c92755
This commit is contained in:
parent
b7ca3a0e65
commit
d606979ba3
1 changed files with 5 additions and 1 deletions
|
@ -993,7 +993,11 @@ is part of the GNOME accessibility project.")
|
|||
(list
|
||||
#:parallel-tests? #f
|
||||
#:configure-flags
|
||||
#~(list "--with-xinput=yes"
|
||||
#~(list #$(string-append
|
||||
"CFLAGS=-g -O2"
|
||||
" -Wno-error=implicit-int"
|
||||
" -Wno-error=incompatible-pointer-types")
|
||||
"--with-xinput=yes"
|
||||
(string-append "--with-html-dir=" #$output
|
||||
"/share/gtk-doc/html"))
|
||||
#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue