pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql12 postgresql12: fix broken gettex...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d6d0ae31664
branches:  trunk
changeset: 342792:1d6d0ae31664
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri Oct 25 12:42:55 2019 +0000

description:
postgresql12: fix broken gettext detection

diffstat:

 databases/postgresql12/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 41e09b70e8f2 -r 1d6d0ae31664 databases/postgresql12/options.mk
--- a/databases/postgresql12/options.mk Fri Oct 25 12:36:50 2019 +0000
+++ b/databases/postgresql12/options.mk Fri Oct 25 12:42:55 2019 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index