pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pth Force fake poll(2) implementation on Interix.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd0c971acd5c
branches: trunk
changeset: 502738:bd0c971acd5c
user: tv <tv%pkgsrc.org@localhost>
date: Tue Nov 08 17:58:18 2005 +0000
description:
Force fake poll(2) implementation on Interix.
diffstat:
devel/pth/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 93d8767d208b -r bd0c971acd5c devel/pth/Makefile
--- a/devel/pth/Makefile Tue Nov 08 17:57:25 2005 +0000
+++ b/devel/pth/Makefile Tue Nov 08 17:58:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2005/04/11 21:45:37 tv Exp $
+# $NetBSD: Makefile,v 1.67 2005/11/08 17:58:18 tv Exp $
#
DISTNAME= pth-2.0.0
@@ -31,6 +31,9 @@
. else
CONFIGURE_ARGS+= --enable-syscall-hard
. endif
+.elif ${OPSYS} == "Interix"
+CONFIGURE_ENV+= ac_cv_check_nfdstype='unsigned int'
+CONFIGURE_ENV+= ac_cv_typedef_nfds_t=no # in <poll.h>, but that's unused
.endif
post-install:
Home |
Main Index |
Thread Index |
Old Index