Skip to content

Commit

Permalink
Add <sys/time.h> to autoconf check for fd_set so that it is properly
Browse files Browse the repository at this point in the history
detected on Interix.
  • Loading branch information
tv committed Nov 7, 2005
1 parent 8393e74 commit 303a24b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
12 changes: 12 additions & 0 deletions 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>

0 comments on commit 303a24b

Please sign in to comment.