X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fsdl12%2Fpatches%2Fconfigure.patch;fp=Externals%2Fsdl12%2Fpatches%2Fconfigure.patch;h=234ab6b35f3009d7a4d1bd38400f7e5b4f2d4384;hb=969efab9ce5b5233222f130fbbf5794ce5592508;hp=0000000000000000000000000000000000000000;hpb=70d0f9abb42fb0b25f35b3fca91159e5c3a90316;p=tpg%2Facess2.git diff --git a/Externals/sdl12/patches/configure.patch b/Externals/sdl12/patches/configure.patch new file mode 100644 index 00000000..234ab6b3 --- /dev/null +++ b/Externals/sdl12/patches/configure.patch @@ -0,0 +1,19 @@ +--- configure ++++ configure +@@ -30162,4 +30162,16 @@ + # The RISC OS platform requires special setup. + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ljpeg -ltiff -lpng -lz" + ;; ++ *-acess*) ++ ARCH=acess ++ # Set up files for the video library ++ if test x$enable_video = xyes; then ++ cat >>confdefs.h <<\_ACEOF ++#define SDL_VIDEO_DRIVER_ACESS 1 ++_ACEOF ++ SOURCES="$SOURCES $srcdir/src/video/acess/*.c" ++ have_video=yes ++ fi ++ # TODO: Joystick ++ ;; + *)