pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/ibus



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri May 25 16:41:58 UTC 2018

Modified Files:
        pkgsrc/inputmethod/ibus: Makefile

Log Message:
Use GNU msgfmt to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/inputmethod/ibus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/ibus/Makefile
diff -u pkgsrc/inputmethod/ibus/Makefile:1.55 pkgsrc/inputmethod/ibus/Makefile:1.56
--- pkgsrc/inputmethod/ibus/Makefile:1.55       Wed May 16 10:28:53 2018
+++ pkgsrc/inputmethod/ibus/Makefile    Fri May 25 16:41:58 2018
@@ -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 @@ BUILD_DEPENDS+=       unicode-emoji-[0-9]*:../
 
 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