all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50524] [PATCH core-updates-frozen] gnu: chocolate-doom: Fix compilation with GCC 10.
@ 2021-09-11 19:50 Felix Gruber
  2021-09-12  7:44 ` bug#50524: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-09-11 19:50 UTC (permalink / raw)
  To: 50524; +Cc: Felix Gruber

* gnu/packages/games.scm (chocolate-doom)[arguments]: Pass '-fcommon' to
  CFLAGS.
---
 gnu/packages/games.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e60987d834..410dccafdc 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7467,6 +7467,8 @@ online.")
                (base32
                 "1iy8rx7kjvi1zjiw4zh77szzmd1sgpqajvbhprh1sj93fhbxcdfl"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags (list "CFLAGS=-fcommon")))
     (inputs `(("sdl2-net" ,sdl2-net)
               ("sdl2-mixer" , sdl2-mixer)
               ("sdl2" ,sdl2)))
-- 
2.30.2





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

* bug#50524: [PATCH core-updates-frozen] gnu: chocolate-doom: Fix compilation with GCC 10.
  2021-09-11 19:50 [bug#50524] [PATCH core-updates-frozen] gnu: chocolate-doom: Fix compilation with GCC 10 Felix Gruber
@ 2021-09-12  7:44 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-09-12  7:44 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 50524-done

Patch pushed as 58d3c8bb1ee42bcca05ba05187748c9e130cab67.
Thanks.




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

end of thread, other threads:[~2021-09-12  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-11 19:50 [bug#50524] [PATCH core-updates-frozen] gnu: chocolate-doom: Fix compilation with GCC 10 Felix Gruber
2021-09-12  7:44 ` bug#50524: " Guillaume Le Vaillant

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.