[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50524] [PATCH core-updates-frozen] gnu: chocolate-doom: Fix compila
From: |
Felix Gruber |
Subject: |
[bug#50524] [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
- [bug#50524] [PATCH core-updates-frozen] gnu: chocolate-doom: Fix compilation with GCC 10.,
Felix Gruber <=