From 42d71e4945d5a315ebf3b986082dbbbe99e7d392 Mon Sep 17 00:00:00 2001 From: Jesse Gibbons Date: Mon, 20 Jul 2020 20:38:30 -0600 Subject: [PATCH 1/1] gnu: chroma: Fix build. * gnu/packages/games.scm: chroma: [configure-flags]: Add "CFLAGS=-fgnu89-inline" --- 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 f4d75eedd4..cff1c0af99 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -40,7 +40,7 @@ ;;; Copyright © 2019, 2020 Oleg Pykhalov ;;; Copyright © 2019 Pierre Langlois ;;; Copyright © 2019 Julien Lepiller -;;; Copyright © 2019 Jesse Gibbons +;;; Copyright © 2019, 2020 Jesse Gibbons ;;; Copyright © 2019 Dan Frumin ;;; Copyright © 2019, 2020 Guillaume Le Vaillant ;;; Copyright © 2019, 2020 Timotej Lazar @@ -5895,7 +5895,8 @@ with the mouse isn’t always trivial.") "047sf00x71xbmi8bqrhfbmr9bk89l2gbykkqsfpw4wz6yfjscs6y")))) (build-system gnu-build-system) (arguments - `(#:tests? #f)) ; no tests included + `(#:tests? #f ; no tests included + #:configure-flags '("CFLAGS=-fgnu89-inline"))) ; fix inlines (inputs `(("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf))) ("freetype" ,freetype) -- 2.27.0