qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 03/14] sdl: workaround bug in sdl 2.0.8 headers


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 03/14] sdl: workaround bug in sdl 2.0.8 headers
Date: Mon, 12 Mar 2018 10:13:54 +0100

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892087

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Daniel P. Berrangé <address@hidden>
Message-id: address@hidden
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 356abee025..8c7124bf2b 100755
--- a/configure
+++ b/configure
@@ -2875,6 +2875,7 @@ if test "$sdl" != "no" ; then
 int main( void ) { return SDL_Init (SDL_INIT_VIDEO); }
 EOF
   sdl_cflags=$($sdlconfig --cflags 2>/dev/null)
+  sdl_cflags="$sdl_cflags -Wno-undef"  # workaround 2.0.8 bug
   if test "$static" = "yes" ; then
     if $pkg_config $sdlname --exists; then
       sdl_libs=$($pkg_config $sdlname --static --libs 2>/dev/null)
-- 
2.9.3




reply via email to

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