summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/postgresql12-client/Makefile3
-rw-r--r--databases/postgresql12/Makefile.common8
2 files changed, 9 insertions, 2 deletions
diff --git a/databases/postgresql12-client/Makefile b/databases/postgresql12-client/Makefile
index d4e678b4071..e7645d7e4c6 100644
--- a/databases/postgresql12-client/Makefile
+++ b/databases/postgresql12-client/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2022/08/15 20:59:37 adam Exp $
+# $NetBSD: Makefile,v 1.27 2022/10/10 12:06:19 gdt Exp $
PKGNAME= ${DISTNAME:S/-/12-client-/}
+PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql12/Makefile.common"
diff --git a/databases/postgresql12/Makefile.common b/databases/postgresql12/Makefile.common
index 4cc38e3d8eb..0a1d2cc0620 100644
--- a/databases/postgresql12/Makefile.common
+++ b/databases/postgresql12/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2022/10/03 07:50:27 nia Exp $
+# $NetBSD: Makefile.common,v 1.23 2022/10/10 12:06:19 gdt Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -68,6 +68,12 @@ CONFIGURE_ARGS+= --without-perl
CONFIGURE_ARGS+= --without-python
CONFIGURE_ARGS+= --without-tcl
+# Work around a bug in autoconf, that thinks almost all mkdir
+# implementations are deficient, and a bug someplace between postgis
+# and pgxs, that causes topology/Makefile.in to run pgxs's install-sh
+# but without a path.
+CONFIGURE_ENV+= ac_cv_path_mkdir="mkdir"
+
# avoid pointing to a wrapper
CONFIGURE_ENV+= MSGFMT=${TOOLS_PATH.msgfmt}