summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-06-16 13:06:30 +0000
committerjperkin <jperkin@pkgsrc.org>2015-06-16 13:06:30 +0000
commite7ffa36072ea90ea40f2c5833fb1c09f9a2d5c0d (patch)
tree5ad9f8201f03ce8866aee6fde81353b810e50c1b /devel/pth
parent6e6896540bbee5c9f0164e9ec84b1ecbb64c1a14 (diff)
downloadpkgsrc-e7ffa36072ea90ea40f2c5833fb1c09f9a2d5c0d.tar.gz
Fix nfds_t fallout on newer Darwin.
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index cc27042ad36..29ff2dd1b25 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2015/03/21 16:18:12 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2015/06/16 13:06:30 jperkin Exp $
DISTNAME= pth-2.0.7
PKGREVISION= 4
@@ -29,7 +29,7 @@ pre-configure:
. else
CONFIGURE_ARGS+= --enable-syscall-hard
. endif
-.elif ${OPSYS} == "Interix"
+.elif ${OPSYS} == "Interix" || ${OPSYS} == "Darwin"
CONFIGURE_ENV+= ac_cv_check_nfdstype='unsigned int'
CONFIGURE_ENV+= ac_cv_typedef_nfds_t=no # in <poll.h>, but that's unused
.endif