aboutsummaryrefslogtreecommitdiffstats
path: root/main/valgrind/musl-fixes.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-10-14 16:30:47 +0300
committerTimo Teräs <timo.teras@iki.fi>2015-10-14 16:30:47 +0300
commit2457694cbc9dc8141976d822fb43ae6770d955cd (patch)
tree8f2e6c18d3efd4b421cc7d6195645d0a22da0ddd /main/valgrind/musl-fixes.patch
parent35be8d73cef9bc2ec4f44f22bbb99d6f84312c9c (diff)
downloadaports-2457694cbc9dc8141976d822fb43ae6770d955cd.tar.bz2
aports-2457694cbc9dc8141976d822fb43ae6770d955cd.tar.xz
main/valgrind: fix musl patch (broke on last upgrade)
Diffstat (limited to 'main/valgrind/musl-fixes.patch')
-rw-r--r--main/valgrind/musl-fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/valgrind/musl-fixes.patch b/main/valgrind/musl-fixes.patch
index 6babdcd674..c7f65b0819 100644
--- a/main/valgrind/musl-fixes.patch
+++ b/main/valgrind/musl-fixes.patch
@@ -18,7 +18,7 @@ diff -upr valgrind-3.11.0.orig/coregrind/vg_preloaded.c valgrind-3.11.0/coregrin
void VG_NOTIFY_ON_LOAD(freeres)( void )
{
-# if !defined(__UCLIBC__) \
-+# if !defined(__GLIBC__) \
++# if defined(__GLIBC__) \
&& !defined(VGPV_arm_linux_android) \
&& !defined(VGPV_x86_linux_android) \
&& !defined(VGPV_mips32_linux_android) \