aboutsummaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2009-04-12 18:53:44 +0000
committerVasil Dimov <vd@FreeBSD.org>2009-04-12 18:53:44 +0000
commitc232d56aabbdc4c027e6933b8581762d401cf711 (patch)
tree2ce4d5d0bfb51d286e430d11e9877a050834fc7f /devel/pth
parent6840ea329179d4732cec56ba1394045f0af5b11d (diff)
downloadports-c232d56aabbdc4c027e6933b8581762d401cf711.tar.gz
ports-c232d56aabbdc4c027e6933b8581762d401cf711.zip
Notes
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/files/patch-pth_p.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/pth/files/patch-pth_p.h.in b/devel/pth/files/patch-pth_p.h.in
new file mode 100644
index 000000000000..9b8341fcb8e1
--- /dev/null
+++ b/devel/pth/files/patch-pth_p.h.in
@@ -0,0 +1,13 @@
+--- pth_p.h.in.orig 2009-04-12 21:27:26.000000000 +0300
++++ pth_p.h.in 2009-04-12 21:38:56.000000000 +0300
+@@ -32,7 +32,10 @@
+ #include <stdarg.h>
+ #include <string.h>
+ #include <setjmp.h>
++#if !(defined(__FreeBSD__) && __FreeBSD_version >= 800070)
++/* See http://www.freebsd.org/cgi/query-pr.cgi?pr=132828 */
+ #include <signal.h>
++#endif /* FreeBSD */
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <errno.h>