[Pkg-sdl-commits] r240 - unstable/libsdl1.2/debian/patches

Barry deFreese bdefreese at alioth.debian.org
Fri Oct 2 03:11:01 UTC 2009


Author: bdefreese
Date: 2009-10-02 15:11:01 +0000 (Fri, 02 Oct 2009)
New Revision: 240

Added:
   unstable/libsdl1.2/debian/patches/060_disable_ipod.diff
Log:
Forgot to svn add 060_disable_ipod.diff.


Added: unstable/libsdl1.2/debian/patches/060_disable_ipod.diff
===================================================================
--- unstable/libsdl1.2/debian/patches/060_disable_ipod.diff	                        (rev 0)
+++ unstable/libsdl1.2/debian/patches/060_disable_ipod.diff	2009-10-02 15:11:01 UTC (rev 240)
@@ -0,0 +1,37 @@
+Index: libsdl1.2-1.2.13/configure.in
+===================================================================
+--- libsdl1.2-1.2.13.orig/configure.in	2009-10-01 21:10:34.000000000 -0400
++++ libsdl1.2-1.2.13/configure.in	2009-10-01 21:11:19.000000000 -0400
+@@ -849,19 +849,19 @@
+ }
+ 
+ 
+-dnl Do the iPod thing
+-CheckIPod()
+-{
+-    AC_ARG_ENABLE(ipod,
+-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
+-        EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD"
+-        AC_DEFINE(SDL_VIDEO_DRIVER_IPOD)
+-        SOURCES="$SOURCES $srcdir/src/video/ipod/*.c"
+-    fi
+-}
++#dnl Do the iPod thing
++#CheckIPod()
++#{
++#    AC_ARG_ENABLE(ipod,
++#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
++#        EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD"
++#        AC_DEFINE(SDL_VIDEO_DRIVER_IPOD)
++#        SOURCES="$SOURCES $srcdir/src/video/ipod/*.c"
++#    fi
++#}
+ 
+ dnl Find the nanox include and library directories
+ CheckNANOX()




More information about the pkg-sdl-commits mailing list