From 1a95422e06ce5e72410065054ff78aaf8c856ebc Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 20 Dec 2004 13:16:02 +0000 Subject: remove workaround for Darwin missing poll.h as a more correct fix is applied globally now. --- databases/postgresql74/Makefile.common | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'databases/postgresql74') diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common index 472a3e26fec..817855e75d9 100644 --- a/databases/postgresql74/Makefile.common +++ b/databases/postgresql74/Makefile.common @@ -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 @@ CONFIGURE_ARGS+= --without-tk # 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; \ -- cgit v1.2.3