pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql11



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Oct 25 12:16:06 UTC 2019

Modified Files:
        pkgsrc/databases/postgresql11: options.mk

Log Message:
postgresql11: fix broken gettext detection


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql11/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/postgresql11/options.mk
diff -u pkgsrc/databases/postgresql11/options.mk:1.5 pkgsrc/databases/postgresql11/options.mk:1.6
--- pkgsrc/databases/postgresql11/options.mk:1.5        Fri Oct 25 08:00:46 2019
+++ pkgsrc/databases/postgresql11/options.mk    Fri Oct 25 12:16:06 2019
@@ -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 @@ 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