From e8a2db3f9d8a4e84e7cc109f171b00653f95b975 Mon Sep 17 00:00:00 2001 From: Simon Barner Date: Tue, 20 Sep 2005 10:26:27 +0000 Subject: - fix build on 7-current [1] - Add forgotten internal dependency for FreeBSD 4. Reported by: mich [1] --- devel/valgrind-snapshot/files/patch-coregrind_Makefile.am | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'devel/valgrind-snapshot') diff --git a/devel/valgrind-snapshot/files/patch-coregrind_Makefile.am b/devel/valgrind-snapshot/files/patch-coregrind_Makefile.am index 1c0c3f0ad94b..f0ad904ea698 100644 --- a/devel/valgrind-snapshot/files/patch-coregrind_Makefile.am +++ b/devel/valgrind-snapshot/files/patch-coregrind_Makefile.am @@ -1,9 +1,12 @@ --- coregrind/Makefile.am.orig Sun May 9 13:00:57 2004 -+++ coregrind/Makefile.am Tue Sep 20 00:04:17 2005 -@@ -172,11 +172,23 @@ ++++ coregrind/Makefile.am Tue Sep 20 11:41:51 2005 +@@ -172,11 +172,26 @@ vg_unsafe.h if !IS_LINUX ++if IS_FREEBSD4 ++MANUAL_DEPS_EXTRA = $(inplacedir)/libc_r.so.4 ++endif +if IS_FREEBSD5 MANUAL_DEPS_EXTRA = $(inplacedir)/libc_r.so.5 \ $(inplacedir)/libkse.so.1 \ @@ -24,7 +27,7 @@ MANUAL_DEPS = $(noinst_HEADERS) $(include_HEADERS) $(inplacedir)/libpthread.so.0 ${MANUAL_DEPS_EXTRA} -@@ -190,9 +202,23 @@ +@@ -190,9 +205,23 @@ ln -sf $(top_builddir)/$(subdir)/$$i $$to; \ done if !IS_LINUX @@ -44,7 +47,7 @@ + ln -sf libpthread.so.0 $(inplacedir)/libpthread.so.2 +endif +if IS_FREEBSD7 -+ ln -sf libpthread.so.0 $(inplacedir)/libc_r.so.6 ++ ln -sf libpthread.so.0 $(inplacedir)/libc_r.so.6 + ln -sf libpthread.so.0 $(inplacedir)/libthr.so.2 + ln -sf libpthread.so.0 $(inplacedir)/libpthread.so.2 +endif -- cgit v1.2.3