From 064dfc0f3f459fd83282c162c9980c85adfdd96b Mon Sep 17 00:00:00 2001 From: tommat Date: Mon, 14 Sep 2009 06:44:01 +0000 Subject: [PATCH] - more fixes Changed files: SDL-acfix.patch -> 1.2 --- SDL-acfix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/SDL-acfix.patch b/SDL-acfix.patch index 5013aa8..51810b9 100644 --- a/SDL-acfix.patch +++ b/SDL-acfix.patch @@ -9,3 +9,15 @@ AC_CANONICAL_HOST AC_C_BIGENDIAN if test x$ac_cv_c_bigendian = xyes; then +diff -Nur SDL-1.2.13-orig/configure.in SDL-1.2.13/configure.in +--- SDL-1.2.13-orig/configure.in 2009-09-03 13:40:41.000000000 +0000 ++++ SDL-1.2.13/configure.in 2009-09-03 13:41:32.000000000 +0000 +@@ -859,7 +859,7 @@ + CheckIPod() + { + AC_ARG_ENABLE(ipod, +-AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [default=yes on arm-elf]]), ++AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=yes on arm-elf]]]), + , enable_ipod=yes) + + if test x$enable_ipod = xyes; then -- 2.44.0