diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-09-20 10:26:27 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-09-20 10:26:27 +0000 |
commit | e8a2db3f9d8a4e84e7cc109f171b00653f95b975 (patch) | |
tree | fdfd968146ecc9edabd09429309d7303b91952bf /devel/valgrind-snapshot | |
parent | 25b3c96db27b33adfe4d5efb2b5aa1c386d38107 (diff) | |
download | ports-e8a2db3f9d8a4e84e7cc109f171b00653f95b975.tar.gz ports-e8a2db3f9d8a4e84e7cc109f171b00653f95b975.zip |
Notes
Diffstat (limited to 'devel/valgrind-snapshot')
-rw-r--r-- | devel/valgrind-snapshot/files/patch-coregrind_Makefile.am | 11 |
1 files changed, 7 insertions, 4 deletions
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 |