mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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.
This commit is contained in:
parent
dbbe31ee4e
commit
1a1814e423
1 changed files with 4 additions and 0 deletions
|
@ -352,6 +352,10 @@ (define-public fontconfig
|
|||
"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.
|
||||
|
|
Loading…
Reference in a new issue