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 | f3cac2d46848c9da13c1b890be43b491f1827e92 (patch) | |
tree | fcaf9624eaf39407f79761d9cd2d65333c3f905c /devel/pth | |
parent | 6c3f04903347b82f4f7a6952e69366675c07b42f (diff) | |
download | pkgsrc-f3cac2d46848c9da13c1b890be43b491f1827e92.tar.gz |
Force fake poll(2) implementation on Interix.
Diffstat (limited to 'devel/pth')
-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: |