pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b234a32ea6a
branches:  trunk
changeset: 403325:9b234a32ea6a
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri Oct 25 12:16:06 2019 +0000

description:
postgresql11: fix broken gettext detection

diffstat:

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

diffs (20 lines):

diff -r ab1432c43006 -r 9b234a32ea6a databases/postgresql11/options.mk
--- a/databases/postgresql11/options.mk Fri Oct 25 12:01:19 2019 +0000
+++ b/databases/postgresql11/options.mk Fri Oct 25 12:16:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2019/10/25 08:00:46 triaxx Exp $
+# $NetBSD: options.mk,v 1.6 2019/10/25 12:16:06 triaxx Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql11
 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