gnu: t1lib: Fix build with gcc@14.

* gnu/packages/fontutils.scm (t1lib) [arguments]<#:configure-flags>: Add
CFLAGS with "-Wno-error=implicit-int".

Closes: #2652
Change-Id: I8dccd24ca40a0d444e42c17b1b61db9f338b4742
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Jake Forster 2025-09-12 21:10:34 +09:30 committed by 宋文武
parent 9598974a73
commit 6174b135ff
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1408,6 +1408,8 @@ high quality, anti-aliased and subpixel rendered text on a display.")
;; Making the documentation requires latex, but t1lib is also an input
;; for building texlive.
`(#:tests? #f ; no test target
#:configure-flags
'("CFLAGS=-g -O2 -Wno-error=implicit-int")
#:make-flags
'("without_doc")))
(synopsis "Library for generating bitmaps from Type 1 fonts")