summaryrefslogtreecommitdiff
path: root/databases/postgresql11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-05-21 07:25:34 +0000
committernia <nia@pkgsrc.org>2022-05-21 07:25:34 +0000
commitaf74bae7813c71592e8d3d997996edeb06702b45 (patch)
treea24d1a99eb8d2d7f15b9cae6593290654107de70 /databases/postgresql11
parentebc2355d95b1761f108bf84671442b42f4ad4b05 (diff)
downloadpkgsrc-af74bae7813c71592e8d3d997996edeb06702b45.tar.gz
postgresql*: Mark unsafe for MAKE_JOBS
Diffstat (limited to 'databases/postgresql11')
-rw-r--r--databases/postgresql11/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql11/Makefile.common b/databases/postgresql11/Makefile.common
index 2e2d4353a83..518481eecb3 100644
--- a/databases/postgresql11/Makefile.common
+++ b/databases/postgresql11/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2022/05/12 19:02:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.27 2022/05/21 07:25:34 nia Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -88,6 +88,9 @@ CONFIGURE_ENV+= pgac_cv_prog_cc_ldflags__Wl___as_needed=no
# https://www.postgresql.org/message-id/E1X0yaj-000753-N6%40gemulon.postgresql.org
BROKEN_ON_PLATFORM+= *-*-alpha
+# "fatal error: catalog/pg_type_d.h: No such file or directory"
+MAKE_JOBS_SAFE= no
+
.if ${MACHINE_ARCH} == "sparc"
CFLAGS.NetBSD+= -D__sparc_v8__
.endif