]> git.pld-linux.org Git - packages/SDL.git/blame - SDL-acfix.patch
- more fixes
[packages/SDL.git] / SDL-acfix.patch
CommitLineData
6c148122
JB
1--- SDL-1.2.10/configure.in.orig 2006-05-17 05:16:07.000000000 +0200
2+++ SDL-1.2.10/configure.in 2006-05-19 19:47:50.209990750 +0200
3@@ -40,7 +40,7 @@
4 AC_SUBST(LT_AGE)
5
6 dnl Detect the canonical build and host environments
7-AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
8+AC_CONFIG_AUX_DIR([build-scripts])
9 AC_CANONICAL_HOST
10 AC_C_BIGENDIAN
11 if test x$ac_cv_c_bigendian = xyes; then
064dfc0f 12diff -Nur SDL-1.2.13-orig/configure.in SDL-1.2.13/configure.in
13--- SDL-1.2.13-orig/configure.in 2009-09-03 13:40:41.000000000 +0000
14+++ SDL-1.2.13/configure.in 2009-09-03 13:41:32.000000000 +0000
15@@ -859,7 +859,7 @@
16 CheckIPod()
17 {
18 AC_ARG_ENABLE(ipod,
19-AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [default=yes on arm-elf]]),
20+AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [[default=yes on arm-elf]]]),
21 , enable_ipod=yes)
22
23 if test x$enable_ipod = xyes; then
This page took 0.063217 seconds and 4 git commands to generate.