summaryrefslogtreecommitdiff
path: root/databases/postgresql12
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2019-10-25 12:42:55 +0000
committertriaxx <triaxx@pkgsrc.org>2019-10-25 12:42:55 +0000
commitffe2a46b8d3e3ca1da7ef3b9affabc3da1c7180f (patch)
tree45ae094c34f8b9d422cc98024623e3692c252fc7 /databases/postgresql12
parent5dfccb9469f34253f5901f13af41ce1a965560c4 (diff)
downloadpkgsrc-ffe2a46b8d3e3ca1da7ef3b9affabc3da1c7180f.tar.gz
postgresql12: fix broken gettext detection
Diffstat (limited to 'databases/postgresql12')
-rw-r--r--databases/postgresql12/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql12/options.mk b/databases/postgresql12/options.mk
index 8fb7834029d..c60f96d8d72 100644
--- a/databases/postgresql12/options.mk
+++ b/databases/postgresql12/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/10/25 08:01:10 triaxx Exp $
+# $NetBSD: options.mk,v 1.5 2019/10/25 12:42:55 triaxx Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql12
PKG_SUPPORTED_OPTIONS= bonjour dtrace icu llvm gssapi ldap nls pam
@@ -54,9 +54,9 @@ PLIST.llvm= yes
# NLS support
.if !empty(PKG_OPTIONS:Mnls)
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= msgfmt
CONFIGURE_ARGS+= --enable-nls
PLIST.nls= yes
+BROKEN_GETTEXT_DETECTION= yes
. include "../../devel/gettext-lib/buildlink3.mk"
LIBS.SunOS+= -lintl
.else