guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: t4k-common: Fix building with newer gcc.


From: guix-commits
Subject: 01/02: gnu: t4k-common: Fix building with newer gcc.
Date: Fri, 8 Oct 2021 10:56:16 -0400 (EDT)

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

commit 4dd62947f1fff3945a7768e23bd0d248efc1e4f8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Oct 8 17:49:55 2021 +0300

    gnu: t4k-common: Fix building with newer gcc.
    
    * gnu/packages/education.scm (t4l-common)[source]: Add snippet to update
    code for stricter checks with newer gcc versions.
---
 gnu/packages/education.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 0ba7bc6..0d1a1c4 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -921,8 +921,13 @@ endless.  For example:
        (file-name (git-file-name name version))
        (sha256
         (base32 "13q02xpmps9qg8zrzzy2gzv4a6afgi28lxk4z242j780v0gphchp"))
-       (patches
-        (search-patches "t4k-common-libpng16.patch"))))
+       (patches (search-patches "t4k-common-libpng16.patch"))
+       (modules '((guix build utils)))
+       (snippet
+        `(begin
+           (substitute* "src/t4k_common.h"
+             (("char wrapped_lines") "extern char wrapped_lines"))
+           #t))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;FIXME: cannot find how to run tests



reply via email to

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