GNU bug report logs - #57437
[PATCH] Add the wmamixer window maker applet package

Previous Next

Package: guix-patches;

Reported by: Jessica Tallon <tsyesika <at> tsyesika.se>

Date: Fri, 26 Aug 2022 20:09:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: Jessica Tallon <tsyesika <at> tsyesika.se>, 57437 <at> debbugs.gnu.org
Subject: [bug#57437] [PATCH] Add the wmamixer window maker applet package
Date: Tue, 6 Sep 2022 13:12:30 +0200
[Message part 1 (text/plain, inline)]
On 26-08-2022 22:06, Jessica Tallon wrote:
> +          ;; The make file doesn't support these phases.
> +          (delete 'configure)

The Makefile uses gcc, even when compiling natively. But when 
cross-compiling, it needs to use a cross-compiler.

You will need to replace 'gcc' by (cc-for-target):

(replace 'configure
  (lambda _
    (substitute "Makefile"
      ;; For cross-compilation.
      (("\\bgcc\\b") #$(cc-for-target))
      ;; Stripping is already handled by gnu-build-system.
      (("\\bstrip\\b") ":"))))

Greetings,
Maxime.

[OpenPGP_0x49E3EE22191725EE.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

This bug report was last modified 2 years and 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.