summaryrefslogtreecommitdiff
path: root/lang/python24
diff options
context:
space:
mode:
authorgrant <grant>2004-12-20 13:16:02 +0000
committergrant <grant>2004-12-20 13:16:02 +0000
commitedd576decc10d613a2c7331661013aae71800a20 (patch)
tree7044cfd8c6f9f8b978ec34b5fd715221c3a55990 /lang/python24
parentf2d90a65d9fe465317ae440f0a25593a9f91856b (diff)
downloadpkgsrc-edd576decc10d613a2c7331661013aae71800a20.tar.gz
remove workaround for Darwin missing poll.h as a more correct fix is
applied globally now.
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python24/Makefile.common b/lang/python24/Makefile.common
index b3d43d9ab69..2f1eb9ecca8 100644
--- a/lang/python24/Makefile.common
+++ b/lang/python24/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/12/19 05:30:14 grant Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/12/20 13:16:02 grant Exp $
#
DISTNAME= Python-2.4
@@ -66,11 +66,9 @@ EXTRA_SO_SUBST=
PLIST_SUBST+= EXTRA_SO=${EXTRA_SO_SUBST}
PLIST_SUBST+= OSSAUDIODEV=${OSSAUDIODEV_SUBST}
-.if ${OPSYS} == "Darwin"
# Make sure python modules can link correctly
+.if ${OPSYS} == "Darwin"
INSTALL_UNSTRIPPED= yes
-# newer Darwin has poll() but not poll.h, so explicitly ignore poll().
-CONFIGURE_ENV+= ac_cv_func_poll=no
.endif
.if ${OPSYS} == "IRIX"