aboutsummaryrefslogtreecommitdiff
path: root/devel/valgrind
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2007-02-21 12:33:19 +0000
committerSimon Barner <barner@FreeBSD.org>2007-02-21 12:33:19 +0000
commitc5fd6d2919ee606bbfbd40237901f4f4d9aa874d (patch)
tree536c18c7ff0e684088befdecc2da0bef2e69cabf /devel/valgrind
parent62eeb3fdf37e7bbcaf56fe865637932bdbf6beb7 (diff)
downloadports-c5fd6d2919ee606bbfbd40237901f4f4d9aa874d.tar.gz
ports-c5fd6d2919ee606bbfbd40237901f4f4d9aa874d.zip
- Fix build on -current.
- Valgrind still dumps core (under investigation).
Notes
Notes: svn path=/head/; revision=185612
Diffstat (limited to 'devel/valgrind')
-rw-r--r--devel/valgrind/files/patch-coregrind_vg_unsafe.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/valgrind/files/patch-coregrind_vg_unsafe.h b/devel/valgrind/files/patch-coregrind_vg_unsafe.h
new file mode 100644
index 000000000000..69ad52ddcf41
--- /dev/null
+++ b/devel/valgrind/files/patch-coregrind_vg_unsafe.h
@@ -0,0 +1,11 @@
+--- coregrind/vg_unsafe.h.orig Sun Feb 4 20:04:39 2007
++++ coregrind/vg_unsafe.h Sun Feb 4 20:05:29 2007
+@@ -124,7 +124,7 @@
+ #include <sys/times.h>
+ #include <sys/timex.h>
+ #include <sys/event.h>
+-#include <posix4/sched.h>
++#include <sched.h>
+ #include <net/if.h>
+ #include <net/route.h>
+ #include <netinet/in.h>