pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql80-client configure should be run ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa281ecac17d
branches: trunk
changeset: 501729:aa281ecac17d
user: hiramatsu <hiramatsu%pkgsrc.org@localhost>
date: Thu Oct 27 07:22:16 2005 +0000
description:
configure should be run without "--enable-thread-safety" on OpenBSD.
diffstat:
databases/postgresql80-client/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 0155502baf0d -r aa281ecac17d databases/postgresql80-client/Makefile
--- a/databases/postgresql80-client/Makefile Thu Oct 27 01:08:06 2005 +0000
+++ b/databases/postgresql80-client/Makefile Thu Oct 27 07:22:16 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index