unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jesse Gibbons <jgibbons2357@gmail.com>
To: 42462@debbugs.gnu.org
Subject: [bug#42462] [PATCH 1/2] gnu: freedink-engine: Call autoreconf.
Date: Tue, 21 Jul 2020 00:42:11 -0600	[thread overview]
Message-ID: <bb1b9195-e434-4525-4450-c709bee402be@gmail.com> (raw)
In-Reply-To: <b0a63440-08bb-d171-9de4-3579d5f6d099@gmail.com>

* gnu/packages/games.scm: freedink-engine (phases): add 'autoreconf
---
gnu/packages/games.scm | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index dc0511e55a..835c8c5f52 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2743,7 +2743,16 @@ 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)))))
+ #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)
("cxxtest" ,cxxtest)




  reply	other threads:[~2020-07-21  6:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21  6:40 [bug#42462] [PATCH 0/2] freedink: fix build Jesse Gibbons
2020-07-21  6:42 ` Jesse Gibbons [this message]
2020-07-21  6:42 ` [bug#42462] [PATCH 2/2] gnu: freedink-engine: Fix sdl hints Jesse Gibbons
2020-07-25  8:24 ` [bug#42462] [PATCH 0/2] freedink: fix build 宋文武
2020-07-28 21:43 ` [bug#42462] (re-send) " Jesse Gibbons via Guix-patches via
2020-07-28 22:56 ` Jesse Gibbons
2020-08-05 17:30 ` [bug#42462] bump: " Jesse Gibbons
2020-08-12 15:12   ` bug#42462: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb1b9195-e434-4525-4450-c709bee402be@gmail.com \
    --to=jgibbons2357@gmail.com \
    --cc=42462@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).