summaryrefslogtreecommitdiff
path: root/devel
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
parentNew port xclick version 0.1: Generates X11 mouse button click events (diff)
- Fix build on -current.
- Valgrind still dumps core (under investigation).
Notes
Notes: svn path=/head/; revision=185612
Diffstat (limited to 'devel')
-rw-r--r--devel/valgrind-snapshot/files/patch-coregrind_vg_unsafe.h11
-rw-r--r--devel/valgrind/files/patch-coregrind_vg_unsafe.h11
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/valgrind-snapshot/files/patch-coregrind_vg_unsafe.h b/devel/valgrind-snapshot/files/patch-coregrind_vg_unsafe.h
new file mode 100644
index 000000000000..69ad52ddcf41
--- /dev/null
+++ b/devel/valgrind-snapshot/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>
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>