pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/xli Interix also needs <sys/time.h> for fd_set.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c0f73a8c4ab
branches:  trunk
changeset: 490434:3c0f73a8c4ab
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Mar 10 14:18:51 2005 +0000

description:
Interix also needs <sys/time.h> for fd_set.

diffstat:

 graphics/xli/distinfo         |   3 ++-
 graphics/xli/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r f90df9cbfc3d -r 3c0f73a8c4ab graphics/xli/distinfo
--- a/graphics/xli/distinfo     Thu Mar 10 14:17:15 2005 +0000
+++ b/graphics/xli/distinfo     Thu Mar 10 14:18:51 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2005/03/05 23:02:30 fredb Exp $
+$NetBSD: distinfo,v 1.14 2005/03/10 14:18:51 tv Exp $
 
 SHA1 (xli-2005-02-27.tar.gz) = 977d8ece0edd41f3ec606310496cf3231f046d88
 RMD160 (xli-2005-02-27.tar.gz) = fc83fa5173befa73a0eeb56ad323dad148ef1426
 Size (xli-2005-02-27.tar.gz) = 201011 bytes
 SHA1 (patch-aa) = e9092fdad849405c5a42760e64875566ed1e04f7
+SHA1 (patch-ab) = 4c9e01d046fb96c056799b078c5d78451270f52e
diff -r f90df9cbfc3d -r 3c0f73a8c4ab graphics/xli/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xli/patches/patch-ab     Thu Mar 10 14:18:51 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2005/03/10 14:18:51 tv Exp $
+
+--- window.c.orig      2005-02-27 19:42:39.000000000 -0500
++++ window.c
+@@ -15,7 +15,7 @@
+ #include <signal.h>
+ #include <errno.h>
+ #include <sys/types.h>
+-#if defined(linux)
++#if defined(linux) || defined(__INTERIX)
+ #include <sys/time.h>
+ #endif
+ #if (defined(SYSV) || defined(SVR4)) && !defined(__hpux) && !defined(_CRAY)



Home | Main Index | Thread Index | Old Index