~ruther/guix-local

6174b135ffa3328fd7ad404b15b1586fc64e5666 — Jake Forster 6 months ago 9598974
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>
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/fontutils.scm
M gnu/packages/fontutils.scm => gnu/packages/fontutils.scm +2 -0
@@ 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")