diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 17:58:18 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 17:58:18 +0000 |
commit | 9f6307f78c5b2f02012b10622c3337b9440edcff (patch) | |
tree | fcaf9624eaf39407f79761d9cd2d65333c3f905c | |
parent | 39a1d9a4a4b84a88680b44f15770493054b86677 (diff) | |
download | pkgsrc-9f6307f78c5b2f02012b10622c3337b9440edcff.tar.gz |
Force fake poll(2) implementation on Interix.
-rw-r--r-- | devel/pth/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index bed5d7aa046..7a9f6119f2d 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -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 @@ pre-configure: . 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: |