From 57d44e3bc19390598a3a3cd8368d29344975f1f7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 14 Feb 2011 21:30:37 +0100 Subject: allow cross-compile on Darwin, remove broken rpm package (unused). --- package/valgrind/patches/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/valgrind/patches/patch-configure (limited to 'package/valgrind/patches/patch-configure') diff --git a/package/valgrind/patches/patch-configure b/package/valgrind/patches/patch-configure new file mode 100644 index 000000000..e4d957a21 --- /dev/null +++ b/package/valgrind/patches/patch-configure @@ -0,0 +1,11 @@ +--- valgrind-3.6.0.orig/configure 2010-10-21 03:16:18.000000000 +0200 ++++ valgrind-3.6.0/configure 2011-02-14 17:26:48.000000000 +0100 +@@ -5345,7 +5345,7 @@ $as_echo "ok (${host_os})" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the kernel version" >&5 + $as_echo_n "checking for the kernel version... " >&6; } + +- kernel=`uname -r` ++ kernel=2.6.37 + + case "${kernel}" in + 2.6.*) -- cgit v1.2.3