]> git.pld-linux.org Git - packages/SDL2.git/blob - SDL2-cflags.patch
add x32 to arch mix
[packages/SDL2.git] / SDL2-cflags.patch
1 --- SDL2-2.0.3/configure.ac.orig        2014-03-16 03:31:42.000000000 +0100
2 +++ SDL2-2.0.3/configure.ac     2014-05-18 08:29:43.394208085 +0200
3 @@ -1762,6 +1766,9 @@
4              SOURCES="$SOURCES $srcdir/src/video/directfb/*.c"
5              EXTRA_CFLAGS="$EXTRA_CFLAGS $DIRECTFB_CFLAGS"
6  
7 +            # Needed so SDL applications can include SDL_syswm.h
8 +            SDL_CFLAGS="$SDL_CFLAGS $DIRECTFB_CFLAGS"
9 +
10              AC_MSG_CHECKING(for directfb dynamic loading support)
11              directfb_shared=no
12              directfb_lib=[`find_lib "libdirectfb.so.*" "$DIRECTFB_LIBS"`]
This page took 0.09036 seconds and 3 git commands to generate.