mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9598974a73
commit
6174b135ff
1 changed files with 2 additions and 0 deletions
|
@ -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
|
;; Making the documentation requires latex, but t1lib is also an input
|
||||||
;; for building texlive.
|
;; for building texlive.
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
|
#:configure-flags
|
||||||
|
'("CFLAGS=-g -O2 -Wno-error=implicit-int")
|
||||||
#:make-flags
|
#:make-flags
|
||||||
'("without_doc")))
|
'("without_doc")))
|
||||||
(synopsis "Library for generating bitmaps from Type 1 fonts")
|
(synopsis "Library for generating bitmaps from Type 1 fonts")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue