summaryrefslogtreecommitdiff
path: root/databases/postgresql13/patches/patch-src_backend_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql13/patches/patch-src_backend_Makefile')
-rw-r--r--databases/postgresql13/patches/patch-src_backend_Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql13/patches/patch-src_backend_Makefile b/databases/postgresql13/patches/patch-src_backend_Makefile
index 82af8e81e3e..45052d69b7a 100644
--- a/databases/postgresql13/patches/patch-src_backend_Makefile
+++ b/databases/postgresql13/patches/patch-src_backend_Makefile
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_backend_Makefile,v 1.1 2020/10/18 09:24:02 adam Exp $
+$NetBSD: patch-src_backend_Makefile,v 1.1.6.1 2021/07/24 18:11:47 bsiegert Exp $
--- src/backend/Makefile.orig 2018-10-15 21:12:02.000000000 +0000
+++ src/backend/Makefile
@@ -13,11 +13,12 @@ $NetBSD: patch-src_backend_Makefile,v 1.1 2020/10/18 09:24:02 adam Exp $
SUBDIRS = access bootstrap catalog parser commands executor foreign lib libpq \
main nodes optimizer partitioning port postmaster \
regex replication rewrite \
-@@ -113,6 +117,8 @@ endif # aix
+@@ -113,6 +117,9 @@ endif # aix
$(top_builddir)/src/port/libpgport_srv.a: | submake-libpgport
+$(top_builddir)/src/common/libpgcommon_srv.a: | submake-libpgport
++utils: | catalog
+
# The postgres.o target is needed by the rule in Makefile.global that