libsdl-x11: fix sdl.m4 for sdl-config
authorwoglinde <heinold@inf.fu-berlin.de>
Sat, 18 Oct 2008 19:59:01 +0000 (21:59 +0200)
committerwoglinde <heinold@inf.fu-berlin.de>
Sat, 18 Oct 2008 20:32:24 +0000 (22:32 +0200)
* there is a stupid PATH setting which is using the host
  stuff, just removed it and our staging sdl-config is found
* bump PR

packages/libsdl/files/fixmfour.patch [new file with mode: 0644]
packages/libsdl/libsdl-x11_1.2.11.bb

diff --git a/packages/libsdl/files/fixmfour.patch b/packages/libsdl/files/fixmfour.patch
new file mode 100644 (file)
index 0000000..0d534bd
--- /dev/null
@@ -0,0 +1,14 @@
+Index: SDL-1.2.11/sdl.m4
+===================================================================
+--- SDL-1.2.11.orig/sdl.m4     2008-10-18 21:20:13.482478928 +0200
++++ SDL-1.2.11/sdl.m4  2008-10-18 21:20:28.979441480 +0200
+@@ -32,9 +32,6 @@
+     fi
+   fi
+-  if test "x$prefix" != xNONE; then
+-    PATH="$prefix/bin:$prefix/usr/bin:$PATH"
+-  fi
+   AC_PATH_PROG(SDL_CONFIG, sdl-config, no, [$PATH])
+   min_sdl_version=ifelse([$1], ,0.11.0,$1)
+   AC_MSG_CHECKING(for SDL - version >= $min_sdl_version)
index 809c985..e9628d9 100644 (file)
@@ -3,7 +3,7 @@ require libsdl.inc
 # extra-keys.patch is missing
 DEFAULT_PREFERENCE = "-1" 
 
-FILE_PR = "r6"
+FILE_PR = "r7"
 
 SRC_URI = "\
   http://www.libsdl.org/release/SDL-${PV}.tar.gz \
@@ -12,6 +12,7 @@ SRC_URI = "\
   file://pagesize.patch;patch=1 \
   file://kernel-asm-page.patch;patch=1 \
   file://sdl-cdfix.patch;patch=1 \
+  file://fixmfour.patch;patch=1 \
 "
 
 EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \