mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: xnee: Fix build with gcc-14.
* gnu/packages/xdisorg.scm (xnee): Use G-Expressions. [configure-flags]: Relax GCC 14 strictness. Change-Id: I592138f24c97df48b0ad8ae7573a9751e53d0a52
This commit is contained in:
@@ -189,8 +189,13 @@
|
||||
"04n2lac0vgpv8zsn7nmb50hf3qb56pmj90dmwnivg09gyrf1x92j"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("CFLAGS=-O2 -g -fcommon")
|
||||
#:make-flags '("LIBSEMA=-lpthread")))
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list (string-join
|
||||
(list "CFLAGS=" "-O2" "-g" "-fcommon"
|
||||
"-Wno-error=implicit-function-declaration")
|
||||
" "))
|
||||
#:make-flags #~(list "LIBSEMA=-lpthread")))
|
||||
(inputs
|
||||
(list gtk+-2
|
||||
libx11
|
||||
|
||||
Reference in New Issue
Block a user