summaryrefslogtreecommitdiffstats
path: root/devel/valgrind
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2005-09-20 10:26:27 +0000
committerbarner <barner@FreeBSD.org>2005-09-20 10:26:27 +0000
commit5509cb0ea81734ca710bda8595c029c09b313ad8 (patch)
treeaab6dbf2cc59b4b782b49a5a9b5dc608a318454c /devel/valgrind
parent9699b834417afb3de7a4330ea74ccfcdf214366b (diff)
downloadFreeBSD-ports-5509cb0ea81734ca710bda8595c029c09b313ad8.zip
FreeBSD-ports-5509cb0ea81734ca710bda8595c029c09b313ad8.tar.gz
- fix build on 7-current [1]
- Add forgotten internal dependency for FreeBSD 4. Reported by: mich [1]
Diffstat (limited to 'devel/valgrind')
-rw-r--r--devel/valgrind/files/patch-coregrind_Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/valgrind/files/patch-coregrind_Makefile.am b/devel/valgrind/files/patch-coregrind_Makefile.am
index c3eff97..008a964 100644
--- a/devel/valgrind/files/patch-coregrind_Makefile.am
+++ b/devel/valgrind/files/patch-coregrind_Makefile.am
@@ -1,9 +1,12 @@
--- coregrind/Makefile.am.orig Sun Mar 14 13:52:47 2004
-+++ coregrind/Makefile.am Tue Sep 20 00:01:58 2005
-@@ -162,11 +162,23 @@
++++ coregrind/Makefile.am Tue Sep 20 12:00:42 2005
+@@ -162,11 +162,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}
-@@ -180,9 +192,23 @@
+@@ -180,9 +195,23 @@
ln -sf $(top_srcdir)/$(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
OpenPOWER on IntegriCloud