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 | 1a95422e06ce5e72410065054ff78aaf8c856ebc (patch) | |
tree | 7044cfd8c6f9f8b978ec34b5fd715221c3a55990 /databases/postgresql74/Makefile.common | |
parent | 80e7ac22fb11ba9d97e15055646122e84fa4ab66 (diff) | |
download | pkgsrc-1a95422e06ce5e72410065054ff78aaf8c856ebc.tar.gz |
remove workaround for Darwin missing poll.h as a more correct fix is
applied globally now.
Diffstat (limited to 'databases/postgresql74/Makefile.common')
-rw-r--r-- | databases/postgresql74/Makefile.common | 7 |
1 files changed, 1 insertions, 6 deletions
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; \ |