diff options
author | grant <grant@pkgsrc.org> | 2004-12-20 13:16:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-20 13:16:02 +0000 |
commit | 9908f8996eb737c70054be720c0e20d10a62cae3 (patch) | |
tree | 7044cfd8c6f9f8b978ec34b5fd715221c3a55990 /lang | |
parent | 4083c3bcd6aeb78ea4dbff8096b807f0ded796ad (diff) | |
download | pkgsrc-9908f8996eb737c70054be720c0e20d10a62cae3.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.common | 6 |
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" |