emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#50524: closed ([PATCH core-updates-frozen] gnu: chocolate-doom: Fix


From: GNU bug Tracking System
Subject: bug#50524: closed ([PATCH core-updates-frozen] gnu: chocolate-doom: Fix compilation with GCC 10.)
Date: Sun, 12 Sep 2021 07:46:01 +0000

Your message dated Sun, 12 Sep 2021 07:44:53 +0000
with message-id <87o88yb5jy.fsf@kitej>
and subject line Re: [bug#50524] [PATCH core-updates-frozen] gnu: 
chocolate-doom: Fix compilation with GCC 10.
has caused the debbugs.gnu.org bug report #50524,
regarding [PATCH core-updates-frozen] gnu: chocolate-doom: Fix compilation with 
GCC 10.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50524: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50524
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH core-updates-frozen] gnu: chocolate-doom: Fix compilation with GCC 10. Date: Sat, 11 Sep 2021 19:50:20 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#50524] [PATCH core-updates-frozen] gnu: chocolate-doom: Fix compilation with GCC 10. Date: Sun, 12 Sep 2021 07:44:53 +0000
Patch pushed as 58d3c8bb1ee42bcca05ba05187748c9e130cab67.
Thanks.


--- End Message ---

reply via email to

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