1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-29 12:35:15 +02:00

gnu: libfreehand: Fix compiling with gcc-10.

* gnu/packages/libreoffice.scm (libfreehand)[arguments]: Add
configure-flag to not treat warnings as errors.
This commit is contained in:
Efraim Flashner
2021-08-08 14:43:34 +03:00
parent d30130bcd6
commit 08a9e49d02
+2 -1
View File
@@ -553,7 +553,8 @@ library primarily intended for language guessing.")
"1b1lvqh68rwij1yvmxy02hsmh7i74ma5767mk8mg5nx6chajshhf"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
'(#:configure-flags '("--disable-werror")
#:phases (modify-phases %standard-phases
(add-before 'build 'adjust-for-ICU-65
(lambda _
;; Fix build with ICU 65 and later. Taken from this