unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jesse Gibbons <jgibbons2357@gmail.com>
To: Brett Gilio <brettg@gnu.org>
Cc: 42454@debbugs.gnu.org
Subject: [bug#42454] [PATCH] gnu: enigma: Fix enigma.
Date: Mon, 27 Jul 2020 22:04:20 -0600	[thread overview]
Message-ID: <809b8336-0f80-423a-f754-4d2c5eefa8ae@gmail.com> (raw)
In-Reply-To: <874kpw5qzi.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1154 bytes --]

Attached. I removed some debug code I had left in.

On 7/24/20 7:21 PM, Brett Gilio wrote:
> Jesse Gibbons <jgibbons2357@gmail.com> writes:
>
>> * gnu/packages/games.scm: enigma(phases): Add 'fix-proxy.
>> ---
>> gnu/packages/games.scm | 12 +++++++++++-
>> 1 file changed, 11 insertions(+), 1 deletion(-)
>>
>> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
>> index 2efbb3964e..14d47dcbe6 100644
>> --- a/gnu/packages/games.scm
>> +++ b/gnu/packages/games.scm
>> @@ -5872,7 +5872,17 @@ The Flag. You can even design your own maps!")
>> (substitute* "src/main.cc"
>> (("#include <SDL_(image|ttf|mixer).h>" line header)
>> (string-append "#include \"SDL/SDL_" header ".h\"")))
>> - #t)))))
>> + #t))
>> + (add-after 'find-sdl 'fix-proxy
>> + (lambda _
>> + ;; Build fails when making src/lev/Proxy.cc because
>> + ;; the wrong operator overload is used.
>> + (substitute* "src/lev/Proxy.cc"
>> + (("ifs != NULL")
>> + "!ifs"))
>> + (display "...")
>> + #t))
>> + )))
>> (inputs
>> `(("xerces-c" ,xerces-c)
>> ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf)))
> Hey Jesse,
>
> Just like the last patch this one is mangled :).

[-- Attachment #2: v2-0001-gnu-enigma-Fix-enigma.patch --]
[-- Type: text/x-patch, Size: 1246 bytes --]

From a2ed7bff6ff65518910edac44f7e498418042bfb Mon Sep 17 00:00:00 2001
From: Jesse Gibbons <jgibbons2357+guix@gmail.com>
Date: Fri, 3 Jul 2020 18:35:57 -0600
Subject: [PATCH v2 1/1] gnu: enigma: Fix enigma.

* gnu/packages/games.scm: enigma(phases): Add 'fix-proxy.
---
 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 2efbb3964e..057f7f2d45 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5872,7 +5872,16 @@ The Flag.  You can even design your own maps!")
              (substitute* "src/main.cc"
                (("#include <SDL_(image|ttf|mixer).h>" line header)
                 (string-append "#include \"SDL/SDL_" header ".h\"")))
-             #t)))))
+             #t))
+	 (add-after 'find-sdl 'fix-proxy
+           (lambda _
+             ;; Build fails when making src/lev/Proxy.cc because
+             ;; the wrong operator overload is used.
+             (substitute* "src/lev/Proxy.cc"
+               (("ifs != NULL")
+                "!ifs"))
+             #t))
+	 )))
     (inputs
      `(("xerces-c" ,xerces-c)
        ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf)))
-- 
2.27.0


  reply	other threads:[~2020-07-28  4:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21  6:07 [bug#42454] [PATCH] gnu: enigma: Fix enigma Jesse Gibbons
2020-07-25  1:21 ` Brett Gilio
2020-07-28  4:04   ` Jesse Gibbons [this message]
2020-08-17 21:01 ` Jesse Gibbons
2020-08-19  6:54   ` bug#42454: " Efraim Flashner

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=809b8336-0f80-423a-f754-4d2c5eefa8ae@gmail.com \
    --to=jgibbons2357@gmail.com \
    --cc=42454@debbugs.gnu.org \
    --cc=brettg@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).