guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: libfreehand: Fix compiling with gcc-10.


From: guix-commits
Subject: 03/05: gnu: libfreehand: Fix compiling with gcc-10.
Date: Sun, 8 Aug 2021 08:15:42 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit 08a9e49d023403122f2547d3841b37222ad88976
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 8 14:43:34 2021 +0300

    gnu: libfreehand: Fix compiling with gcc-10.
    
    * gnu/packages/libreoffice.scm (libfreehand)[arguments]: Add
    configure-flag to not treat warnings as errors.
---
 gnu/packages/libreoffice.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 87a9494..d359388 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -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



reply via email to

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