summaryrefslogtreecommitdiff
path: root/packaging/nacl/ports/sdl-gfx/nacl.patch
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-13 21:50:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-13 21:50:07 +0300
commiteefb212caca31d46f1d36ce272d4bc6842c039f0 (patch)
treea7736bff39c0920e0522ce00813602bde4710c22 /packaging/nacl/ports/sdl-gfx/nacl.patch
parent9406e61b5ee96e25b10fbf915725f69d6f6ceeb8 (diff)
downloadplus-eefb212caca31d46f1d36ce272d4bc6842c039f0.tar.gz
plus-eefb212caca31d46f1d36ce272d4bc6842c039f0.tar.bz2
plus-eefb212caca31d46f1d36ce272d4bc6842c039f0.tar.xz
plus-eefb212caca31d46f1d36ce272d4bc6842c039f0.zip
Add chrome ports patches for build manaplus on nacl.
Diffstat (limited to 'packaging/nacl/ports/sdl-gfx/nacl.patch')
-rw-r--r--packaging/nacl/ports/sdl-gfx/nacl.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/nacl/ports/sdl-gfx/nacl.patch b/packaging/nacl/ports/sdl-gfx/nacl.patch
new file mode 100644
index 000000000..e01d8e85c
--- /dev/null
+++ b/packaging/nacl/ports/sdl-gfx/nacl.patch
@@ -0,0 +1,14 @@
+--- SDL_gfx-2.0.24/configure.in 2012-08-05 20:25:55.000000000 +0400
++++ SDL_gfx-2.0.24-nacl/configure.in 2013-10-29 22:58:03.825301123 +0400
+@@ -117,10 +117,7 @@
+ fi
+
+ dnl Check for SDL
+-AM_PATH_SDL($SDL_VERSION,
+- :,
+- AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
+-)
++
+ CFLAGS="$CFLAGS $SDL_CFLAGS"
+ # Remove dependencies from 'sdl-config' not meant for us libraries:
+ SDL_LIBS=$(echo "$SDL_LIBS" | sed -e 's/-lmingw32//' -e 's/-lSDLmain//')