guix-patches
[Top][All Lists]
Advanced

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

[bug#57437] [PATCH] Add the wmamixer window maker applet package


From: Maxime Devos
Subject: [bug#57437] [PATCH] Add the wmamixer window maker applet package
Date: Tue, 6 Sep 2022 13:12:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0


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.

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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