guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: freedink-engine: Call autoreconf.


From: guix-commits
Subject: 01/02: gnu: freedink-engine: Call autoreconf.
Date: Wed, 12 Aug 2020 11:11:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e7e69e56f59546efce6ffd8e7d3cbee70970930c
Author: Jesse Gibbons <jgibbons2357+guix@gmail.com>
AuthorDate: Fri Jul 3 16:54:21 2020 -0600

    gnu: freedink-engine: Call autoreconf.
    
    * gnu/packages/games.scm: freedink-engine (phases): add 'autoreconf
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/games.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 82a9660..e8cb012 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2745,6 +2745,14 @@ interface or via an external visual interface such as 
GNU XBoard.")
              ;; These tests require a graphical interface.
              (substitute* "src/Makefile.am"
                (("test_gfx_fonts TestIOGfxDisplay") ""))
+             #t))
+         (add-before 'bootstrap 'autoreconf
+           (lambda _
+            ;; automake is out of date in the source
+            ;; autoreconf updates the automake scripts
+            (invoke "autoreconf")
+            ;; Build fails when autom4te.cache exists.
+            (delete-file-recursively "autom4te.cache")
              #t)))))
     (native-inputs `(("autoconf" ,autoconf)
                      ("automake" ,automake)



reply via email to

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