pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc remove workaround for Darwin missing poll.h as a more ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/956280b2bffb
branches:  trunk
changeset: 485745:956280b2bffb
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Dec 20 13:16:02 2004 +0000

description:
remove workaround for Darwin missing poll.h as a more correct fix is
applied globally now.

diffstat:

 databases/postgresql74/Makefile.common |  7 +------
 lang/python24/Makefile.common          |  6 ++----
 2 files changed, 3 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r 76b7b820f198 -r 956280b2bffb databases/postgresql74/Makefile.common
--- a/databases/postgresql74/Makefile.common    Mon Dec 20 13:09:04 2004 +0000
+++ b/databases/postgresql74/Makefile.common    Mon Dec 20 13:16:02 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2004/12/19 05:10:49 grant Exp $
+# $NetBSD: Makefile.common,v 1.16 2004/12/20 13:16:02 grant Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -87,11 +87,6 @@
 # Postgresql explicitly forbids any use of -ffast-math
 CFLAGS:=               ${CFLAGS:S/-ffast-math//}
 
-# newer Darwin has poll() but not poll.h, so explicitly ignore poll().
-.if ${OPSYS} == "Darwin"
-CONFIGURE_ENV+=                ac_cv_func_poll=no
-.endif
-
 post-extract:
        if [ -d ${WRKSRC}/src ]; then                                   \
                ${RM} -f ${WRKSRC}/src/Makefile.custom;                 \
diff -r 76b7b820f198 -r 956280b2bffb lang/python24/Makefile.common
--- a/lang/python24/Makefile.common     Mon Dec 20 13:09:04 2004 +0000
+++ b/lang/python24/Makefile.common     Mon Dec 20 13:16:02 2004 +0000
@@ -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 @@
 PLIST_SUBST+=  EXTRA_SO=${EXTRA_SO_SUBST}
 PLIST_SUBST+=  OSSAUDIODEV=${OSSAUDIODEV_SUBST}
 
+# Make sure python modules can link correctly
 .if ${OPSYS} == "Darwin"
-# Make sure python modules can link correctly
 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"



Home | Main Index | Thread Index | Old Index