all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50703] [PATCH core-updates-frozen] gnu: 4dtris: Fix build.
@ 2021-09-20 19:37 Felix Gruber
  2021-09-21 13:50 ` bug#50703: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-09-20 19:37 UTC (permalink / raw)
  To: 50703; +Cc: Felix Gruber

* gnu/packages/games.scm (4dtris)[attributes]: Add -fcommon to CFLAGS
  and use search-input-directory to find SDL include path.
---
 gnu/packages/games.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 88a589551d..e279e1eb71 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8639,7 +8639,8 @@ affected by the gravity of the planets.")
          "1nfkhcm0l89jyw8yr65na97g4l385zhjf7whkyg47c3v5sdqq2g7"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
+     `(#:configure-flags '("CFLAGS=-fcommon")
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-install-directories
            (lambda* (#:key outputs #:allow-other-keys)
@@ -8656,7 +8657,7 @@ affected by the gravity of the planets.")
            (lambda* (#:key inputs #:allow-other-keys)
              (setenv "CPATH"
                      (string-append
-                      (search-input-file inputs "/include/SDL")
+                      (search-input-directory inputs "/include/SDL")
                       ":" (or (getenv "CPATH") ""))))))))
     (inputs
      `(("fontconfig" ,fontconfig)
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50703: [PATCH core-updates-frozen] gnu: 4dtris: Fix build.
  2021-09-20 19:37 [bug#50703] [PATCH core-updates-frozen] gnu: 4dtris: Fix build Felix Gruber
@ 2021-09-21 13:50 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-09-21 13:50 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 50703-done


Hello,

Pushed as ea93dbbfc62db913fa7ea7860545226cf9745fef, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-21 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20 19:37 [bug#50703] [PATCH core-updates-frozen] gnu: 4dtris: Fix build Felix Gruber
2021-09-21 13:50 ` bug#50703: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.