1
0
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:
Sharlatan Hellseher
2025-10-13 12:56:43 +01:00
parent e03ecb45c2
commit f3097c1f45
+7 -2
View File
@@ -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