[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: fontconfig: Explicitly declare the _FILE_OFFSET_BITS we want
From: |
guix-commits |
Subject: |
04/11: gnu: fontconfig: Explicitly declare the _FILE_OFFSET_BITS we want. |
Date: |
Tue, 29 Sep 2020 09:32:18 -0400 (EDT) |
dannym pushed a commit to branch wip-file-offset-bits-64
in repository guix.
commit 1a1814e42397860b02f7320acdd415d781dd3c60
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Mon Sep 28 17:03:15 2020 +0200
gnu: fontconfig: Explicitly declare the _FILE_OFFSET_BITS we want.
* gnu/packages/fontutils.scm
(fontconfig)[arguments]<#:phases>[ensure-file-offset-bits-64]:
Explicity declare the _FILE_OFFSET_BITS we want.
---
gnu/packages/fontutils.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index f6c8dc5..a388188 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -352,6 +352,10 @@ Font Format (WOFF).")
"PYTHON=false")
#:phases
(modify-phases %standard-phases
+ (add-before 'configure 'ensure-file-offset-bits-64
+ (lambda _
+ (setenv "CFLAGS" "-D_FILE_OFFSET_BITS=64")
+ #t))
(replace 'install
(lambda _
;; Don't try to create /var/cache/fontconfig.
- branch wip-file-offset-bits-64 created (now 911e33e), guix-commits, 2020/09/29
- 03/11: gnu: libidn2: Explicitly declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/09/29
- 05/11: gnu: libtasn1: Explicitly declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/09/29
- 01/11: gnu: glibc-final: Catch all cases of a glibc user not requesting 64-bit offsets and then using readdir regardless., guix-commits, 2020/09/29
- 02/11: gnu: gcc: Use _FILE_OFFSET_BITS=64 for libstdc++-v3., guix-commits, 2020/09/29
- 04/11: gnu: fontconfig: Explicitly declare the _FILE_OFFSET_BITS we want.,
guix-commits <=
- 06/11: gnu: openssl: Explicitly declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/09/29
- 11/11: gnu: cmake: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/09/29
- 09/11: gnu: rhash: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/09/29
- 07/11: gnu: libtool: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/09/29
- 08/11: gnu: libltdl: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/09/29
- 10/11: gnu: cmake-bootstrap: Explicity declare the _FILE_OFFSET_BITS we want., guix-commits, 2020/09/29