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/8df3173d90fc
branches: trunk
changeset: 403329:8df3173d90fc
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 0abcb023d309 -r 8df3173d90fc 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