summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2019-10-31 21:33:35 +0000
committertriaxx <triaxx@pkgsrc.org>2019-10-31 21:33:35 +0000
commitbfe5da0aefeb1e03783c142a65829f95ab42ec53 (patch)
tree5fd8b791ba7dbecee3bc9d28fa13b7bc99d9256e /databases
parent247deb0fc2376c5be50755a85c386133f34408aa (diff)
downloadpkgsrc-bfe5da0aefeb1e03783c142a65829f95ab42ec53.tar.gz
postgresql94: fix broken gettext detection
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql94/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql94/Makefile.common b/databases/postgresql94/Makefile.common
index fceff594031..8da96d41b08 100644
--- a/databases/postgresql94/Makefile.common
+++ b/databases/postgresql94/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2019/10/07 19:28:29 adam Exp $
+# $NetBSD: Makefile.common,v 1.34 2019/10/31 21:33:35 triaxx Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -106,6 +106,7 @@ USE_LIBLTDL?= yes
.endif
USE_LIBLTDL?= no
+BROKEN_GETTEXT_DETECTION= yes
.include "../../devel/gettext-lib/buildlink3.mk"
LIBS.SunOS+= -lintl
.include "../../devel/zlib/buildlink3.mk"