Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2013/02/09 11:19:17 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/02/23 11:25:53 adam Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/-/92-client-/}
|
||||
COMMENT= PostgreSQL database client programs
|
||||
@@ -14,7 +14,7 @@ CONFIGURE_ARGS+= --with-zlib
|
||||
# NetBSD earler than 4.0 or DragonFly.
|
||||
# 2. configure with --enable-thread-safety fails on OpenBSD.
|
||||
.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-3].*)) || \
|
||||
${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
|
||||
${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "MirBSD"
|
||||
PGSQL_THREAD_SAFETY?= no
|
||||
.endif
|
||||
PGSQL_THREAD_SAFETY?= yes
|
||||
|
||||
Reference in New Issue
Block a user