pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/ibus Use GNU msgfmt to fix build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdad0a52f4ad
branches:  trunk
changeset: 308533:cdad0a52f4ad
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri May 25 16:41:58 2018 +0000

description:
Use GNU msgfmt to fix build

diffstat:

 inputmethod/ibus/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d821403755f6 -r cdad0a52f4ad inputmethod/ibus/Makefile
--- a/inputmethod/ibus/Makefile Fri May 25 16:01:21 2018 +0000
+++ b/inputmethod/ibus/Makefile Fri May 25 16:41:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2018/05/16 10:28:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.56 2018/05/25 16:41:58 ryoon Exp $
 
 .include "Makefile.common"
 
@@ -11,6 +11,8 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
+# XXX fails without GNU msgfmt
+_TOOLS_USE_PKGSRC.msgfmt=      yes
 USE_TOOLS+=    pkg-config intltool gmsgfmt gmake msgmerge
 USE_LANGUAGES= c c++
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index