guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: sdl2: Remove obsolete workaround.


From: guix-commits
Subject: 03/03: gnu: sdl2: Remove obsolete workaround.
Date: Mon, 10 Feb 2020 17:06:16 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7bfb7a596493346ca2c2ba993e871e92537c2956
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Feb 7 17:06:39 2020 +0100

    gnu: sdl2: Remove obsolete workaround.
    
    * gnu/packages/sdl.scm (sdl2)[arguments]: Remove #:make-flags.
---
 gnu/packages/sdl.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 81393bf..8ac9213 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -130,15 +130,6 @@ joystick, and graphics hardware.")
        ((#:configure-flags flags)
         `(append '("--disable-wayland-shared" "--enable-video-kmsdrm"
                    "--disable-kmsdrm-shared")
-                 ,flags))
-       ((#:make-flags flags ''())
-        ;; Add the Fcitx header files to GCCs "system header" search path
-        ;; in order to suppress compiler warnings induced by those:
-        ;;   .../include/fcitx-utils/utarray.h:178:9: error: ISO C90 forbids
-        ;;   mixed declarations and code [-Werror=declaration-after-statement]
-        `(append (list (string-append "C_INCLUDE_PATH="
-                                      (assoc-ref %build-inputs "fcitx")
-                                      "/include"))
                  ,flags))))
     (inputs
      ;; SDL2 needs to be built with ibus support otherwise some systems



reply via email to

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