From 6cdb7e5da220e283801baa05ff4ae58a54997e78 Mon Sep 17 00:00:00 2001 From: hiramatsu Date: Thu, 27 Oct 2005 07:22:16 +0000 Subject: configure should be run without "--enable-thread-safety" on OpenBSD. --- databases/postgresql80-client/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'databases') diff --git a/databases/postgresql80-client/Makefile b/databases/postgresql80-client/Makefile index 2a900c689ab..fa65a18dd71 100644 --- a/databases/postgresql80-client/Makefile +++ b/databases/postgresql80-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/10/23 20:16:52 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/27 07:22:16 hiramatsu Exp $ PKGNAME= postgresql80-client-${BASE_VERS} COMMENT= PostgreSQL database client programs @@ -14,10 +14,11 @@ CONFIGURE_ARGS+= --with-zlib CONFLICTS+= postgresql80-lib-* CONFLICTS+= postgresql80-docs-* -# The thread-safety test in ${WRSRC}/src/tools/thread does not pass on +# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on # NetBSD (missing strerror_r) or DragonFly. +# 2. configure with --enable-thread-safety fails on OpenBSD. # -.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD" PGSQL_THREAD_SAFETY?= no .endif PGSQL_THREAD_SAFETY?= yes -- cgit v1.2.3