summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice van der Pot <griffon26@gentoo.org>2006-03-07 18:38:19 +0000
committerMaurice van der Pot <griffon26@gentoo.org>2006-03-07 18:38:19 +0000
commit2b28d7bcb5b2d0e52b8419edee9bf02fc61f3d29 (patch)
treeef9642a1e45f4868e3bc56aa2f6b7f4ab9e7e7da /dev-util/valgrind/files
parentMarked ppc stable for bug #122648, thanks to mfproroc for testing. (diff)
downloadgentoo-2-2b28d7bcb5b2d0e52b8419edee9bf02fc61f3d29.tar.gz
gentoo-2-2b28d7bcb5b2d0e52b8419edee9bf02fc61f3d29.tar.bz2
gentoo-2-2b28d7bcb5b2d0e52b8419edee9bf02fc61f3d29.zip
Fixed problem on amd64 without multilib (bug #114407)
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-util/valgrind/files')
-rw-r--r--dev-util/valgrind/files/valgrind-3.1.0-amd64-nomultilib-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/valgrind/files/valgrind-3.1.0-amd64-nomultilib-fix.patch b/dev-util/valgrind/files/valgrind-3.1.0-amd64-nomultilib-fix.patch
new file mode 100644
index 000000000000..64ab58ca5469
--- /dev/null
+++ b/dev-util/valgrind/files/valgrind-3.1.0-amd64-nomultilib-fix.patch
@@ -0,0 +1,11 @@
+--- configure.bak 2006-02-20 23:50:24.000000000 +0100
++++ configure 2006-02-20 23:50:47.000000000 +0100
+@@ -4138,7 +4138,7 @@
+
+
+
+-if test x$VG_PLATFORM = xx86-linux -o x$VG_PLATFORM = xamd64-linux; then
++if test x$VG_PLATFORM = xx86-linux; then
+ VG_X86_LINUX_TRUE=
+ VG_X86_LINUX_FALSE='#'
+ else