diff options
author | barner <barner@FreeBSD.org> | 2005-09-20 18:26:27 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-09-20 18:26:27 +0800 |
commit | 5509cb0ea81734ca710bda8595c029c09b313ad8 (patch) | |
tree | aab6dbf2cc59b4b782b49a5a9b5dc608a318454c /devel/valgrind-snapshot | |
parent | 9699b834417afb3de7a4330ea74ccfcdf214366b (diff) | |
download | freebsd-ports-gnome-5509cb0ea81734ca710bda8595c029c09b313ad8.tar.gz freebsd-ports-gnome-5509cb0ea81734ca710bda8595c029c09b313ad8.tar.zst freebsd-ports-gnome-5509cb0ea81734ca710bda8595c029c09b313ad8.zip |
- fix build on 7-current [1]
- Add forgotten internal dependency for FreeBSD 4.
Reported by: mich [1]
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 |