summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-20 13:16:02 +0000
committergrant <grant@pkgsrc.org>2004-12-20 13:16:02 +0000
commit1a95422e06ce5e72410065054ff78aaf8c856ebc (patch)
tree7044cfd8c6f9f8b978ec34b5fd715221c3a55990 /lang
parent80e7ac22fb11ba9d97e15055646122e84fa4ab66 (diff)
downloadpkgsrc-1a95422e06ce5e72410065054ff78aaf8c856ebc.tar.gz
remove workaround for Darwin missing poll.h as a more correct fix is
applied globally now.
Diffstat (limited to 'lang')
-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"