mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: catimg: Fix build with gcc@14.
* gnu/packages/image-viewer.scm (catimg)[arguments] <#:configure-flags>: Add _DEFAULT_SOURCE feature test macro. Change-Id: Iba796f0f82546d632df2ab3120c4e3ec1a9647c0 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
0cca4d48bf
commit
0c8ef1e38f
@@ -578,6 +578,9 @@ your images. Among its features are:
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
#:configure-flags
|
||||
;; Fix compilation with gcc-14
|
||||
'("-DCMAKE_C_FLAGS=-D_DEFAULT_SOURCE")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-convert
|
||||
|
||||
Reference in New Issue
Block a user