aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xmdiary
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-26 01:43:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-26 01:43:31 +0000
commit565a4bfeef3d02a72f8a4542627bd3ab2dbe388b (patch)
tree7c042610ccb386bd81c0d60f0ef19ed8e5872897 /deskutils/xmdiary
parent29dfd7bb4dc481c22ccd7f1c67982bc3121db57a (diff)
downloadports-565a4bfeef3d02a72f8a4542627bd3ab2dbe388b.tar.gz
ports-565a4bfeef3d02a72f8a4542627bd3ab2dbe388b.zip
Fix build on -current (cope with removal of union wait)
Submitted by: mike
Notes
Notes: svn path=/head/; revision=68848
Diffstat (limited to 'deskutils/xmdiary')
-rw-r--r--deskutils/xmdiary/files/patch-SigHandler.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/xmdiary/files/patch-SigHandler.c b/deskutils/xmdiary/files/patch-SigHandler.c
new file mode 100644
index 000000000000..1e08b1228d83
--- /dev/null
+++ b/deskutils/xmdiary/files/patch-SigHandler.c
@@ -0,0 +1,11 @@
+--- tools/SigHandler.c.orig Fri Oct 25 12:04:13 2002
++++ tools/SigHandler.c Fri Oct 25 12:04:33 2002
+@@ -222,7 +222,7 @@
+ int index;
+ int pid;
+
+-#if defined(_POSIX_SOURCE) || defined(_INCLUDE_POSIX_SOURCE)
++#if defined(_POSIX_SOURCE) || defined(_INCLUDE_POSIX_SOURCE) || defined(__FreeBSD__)
+ int status;
+ #else
+ union wait status;