pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/postgresql12
Module Name: pkgsrc
Committed By: triaxx
Date: Fri Oct 25 12:42:55 UTC 2019
Modified Files:
pkgsrc/databases/postgresql12: options.mk
Log Message:
postgresql12: fix broken gettext detection
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql12/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/postgresql12/options.mk
diff -u pkgsrc/databases/postgresql12/options.mk:1.4 pkgsrc/databases/postgresql12/options.mk:1.5
--- pkgsrc/databases/postgresql12/options.mk:1.4 Fri Oct 25 08:01:10 2019
+++ pkgsrc/databases/postgresql12/options.mk Fri Oct 25 12:42:55 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index