This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 982a6e7  gnu: chroma: Configure with inline attribute.
982a6e7 is described below

commit 982a6e79a2d674ea905e2c63c2378b9df7d64af6
Author: Jesse Gibbons <[email protected]>
AuthorDate: Tue Jul 21 12:56:03 2020 -0600

    gnu: chroma: Configure with inline attribute.
    
    * gnu/packages/games.scm (chroma)[configure-flags]: Add flag to properly
    support inline attribute of STD C89.
    
    Signed-off-by: Brett Gilio <[email protected]>
---
 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 213acc6..1a6c569 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -40,7 +40,7 @@
 ;;; Copyright © 2019, 2020 Oleg Pykhalov <[email protected]>
 ;;; Copyright © 2019 Pierre Langlois <[email protected]>
 ;;; Copyright © 2019 Julien Lepiller <[email protected]>
-;;; Copyright © 2019 Jesse Gibbons <[email protected]>
+;;; Copyright © 2019, 2020 Jesse Gibbons <[email protected]>
 ;;; Copyright © 2019 Dan Frumin <[email protected]>
 ;;; Copyright © 2019, 2020 Guillaume Le Vaillant <[email protected]>
 ;;; Copyright © 2019, 2020 Timotej Lazar <[email protected]>
@@ -5903,7 +5903,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)

Reply via email to