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:
Danny Milosavljevic 2020-09-28 17:03:15 +02:00
parent dbbe31ee4e
commit 1a1814e423
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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.