summaryrefslogtreecommitdiff
path: root/editors/xcoral
diff options
context:
space:
mode:
authortv <tv>2005-11-07 20:26:32 +0000
committertv <tv>2005-11-07 20:26:32 +0000
commitbbf5650209ef4033b30cbdb26dc2cdbd5db635e8 (patch)
tree5b2889ee12e8247b20a4c1e6b3e57f56955373bb /editors/xcoral
parent857acad81523877d3b7f68051e343b91e1b0dfb4 (diff)
downloadpkgsrc-bbf5650209ef4033b30cbdb26dc2cdbd5db635e8.tar.gz
Add <sys/time.h> to autoconf check for fd_set so that it is properly
detected on Interix.
Diffstat (limited to 'editors/xcoral')
-rw-r--r--editors/xcoral/distinfo3
-rw-r--r--editors/xcoral/patches/patch-ac12
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/xcoral/distinfo b/editors/xcoral/distinfo
index 0d436032880..2c0c35b5651 100644
--- a/editors/xcoral/distinfo
+++ b/editors/xcoral/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 17:15:13 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/11/07 20:26:32 tv Exp $
SHA1 (xcoral-3.2.tar.gz) = 31b9ea50da10a3c09433062b0ae121246094cdbf
RMD160 (xcoral-3.2.tar.gz) = 6b1b3206d3e0d8b0da87e85c30e0eed167ef42c3
Size (xcoral-3.2.tar.gz) = 1412437 bytes
SHA1 (patch-aa) = 5ee143709bb60de8be543fae08f9534894a1aa42
SHA1 (patch-ab) = cd23f32a4b242e640db44f29c0f5aad7b90080dd
+SHA1 (patch-ac) = e0285e7bedce0d98c0d977a002b0b2ac70a748b5
diff --git a/editors/xcoral/patches/patch-ac b/editors/xcoral/patches/patch-ac
new file mode 100644
index 00000000000..2ddd7f5985d
--- /dev/null
+++ b/editors/xcoral/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/11/07 20:26:32 tv Exp $
+
+--- configure.orig 1998-11-03 07:20:43.000000000 -0500
++++ configure
+@@ -1837,6 +1837,7 @@ else
+ #line 1838 "configure"
+ #include "confdefs.h"
+ #include <sys/types.h>
++#include <sys/time.h>
+ #if STDC_HEADERS
+ #include <stdlib.h>
+ #include <stddef.h>