From: Elan Ruusamäe Date: Fri, 19 May 2006 15:52:44 +0000 (+0000) Subject: - there's no multilib in pld for amd64 X-Git-Tag: auto/th/valgrind-3_1_1-2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=62d702ddb5ad456f8b32fe911bf98bd55e57b150;p=packages%2Fvalgrind.git - there's no multilib in pld for amd64 Changed files: valgrind-amd64.patch -> 1.1 --- diff --git a/valgrind-amd64.patch b/valgrind-amd64.patch new file mode 100644 index 0000000..6ca28ac --- /dev/null +++ b/valgrind-amd64.patch @@ -0,0 +1,11 @@ +--- valgrind-3.1.1/configure.in~ 2006-03-15 19:52:41.000000000 +0200 ++++ valgrind-3.1.1/configure.in 2006-05-19 18:39:32.000000000 +0300 +@@ -220,7 +220,7 @@ + ;; + esac + +-AM_CONDITIONAL(VG_X86_LINUX, test x$VG_PLATFORM = xx86-linux -o x$VG_PLATFORM = xamd64-linux) ++AM_CONDITIONAL(VG_X86_LINUX, test x$VG_PLATFORM = xx86-linux) + AM_CONDITIONAL(VG_AMD64_LINUX, test x$VG_PLATFORM = xamd64-linux) + AM_CONDITIONAL(VG_PPC32_LINUX, test x$VG_PLATFORM = xppc32-linux) +