guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/31: gnu: fontconfig: Build fix for the Hurd.


From: guix-commits
Subject: 24/31: gnu: fontconfig: Build fix for the Hurd.
Date: Sun, 15 Mar 2020 14:23:14 -0400 (EDT)

janneke pushed a commit to branch wip-hurd
in repository guix.

commit f38e5bba8576b565e445da27d9a64ed0b46f0f90
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sun Mar 8 20:07:24 2020 -0400

    gnu: fontconfig: Build fix for the Hurd.
    
    * gnu/packages/patches/fontconfig-hurd-path-max.patch: New file.
    * gnu/local.mk (dist_patch_DATA): Add it.
    * gnu/packages/fontutils.scm (fontconfig): Use it.
---
 gnu/local.mk                                        |  1 +
 gnu/packages/fontutils.scm                          |  1 +
 gnu/packages/patches/fontconfig-hurd-path-max.patch | 13 +++++++++++++
 3 files changed, 15 insertions(+)

diff --git a/gnu/local.mk b/gnu/local.mk
index fd03b53..40a51e6 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -875,6 +875,7 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/flann-cmake-3.11.patch                  \
   %D%/packages/patches/flex-2.6.1-hurd-path-max.patch          \
   %D%/packages/patches/flint-ldconfig.patch                    \
+  %D%/packages/patches/fontconfig-hurd-path-max.patch          \
   %D%/packages/patches/foomatic-filters-CVE-2015-8327.patch    \
   %D%/packages/patches/foomatic-filters-CVE-2015-8560.patch    \
   %D%/packages/patches/freeimage-unbundle.patch                \
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index ea2f509..6f053d1 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -296,6 +296,7 @@ fonts to/from the WOFF2 format.")
             (uri (string-append
                    
"https://www.freedesktop.org/software/fontconfig/release/fontconfig-";
                    version ".tar.bz2"))
+            (patches (search-patches "fontconfig-hurd-path-max.patch"))
             (sha256 (base32
                      "0hb700a68kk0ip51wdlnjjc682kvlrmb6q920mzajykdk0mdsmgn"))))
    (build-system gnu-build-system)
diff --git a/gnu/packages/patches/fontconfig-hurd-path-max.patch 
b/gnu/packages/patches/fontconfig-hurd-path-max.patch
new file mode 100644
index 0000000..aa6ee08
--- /dev/null
+++ b/gnu/packages/patches/fontconfig-hurd-path-max.patch
@@ -0,0 +1,13 @@
+Index: fontconfig-2.13.1/src/fccfg.c
+===================================================================
+--- fontconfig-2.13.1.orig/src/fccfg.c
++++ fontconfig-2.13.1/src/fccfg.c
+@@ -2231,7 +2231,7 @@ FcConfigRealFilename (FcConfig           *config,
+ 
+     if (n)
+     {
+-      FcChar8 buf[PATH_MAX];
++      FcChar8 buf[FC_PATH_MAX];
+       ssize_t len;
+ 
+       if (sysroot)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]