pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/mozc-server
Module Name: pkgsrc
Committed By: rillig
Date: Mon May 25 05:30:32 UTC 2020
Modified Files:
pkgsrc/inputmethod/mozc-server: Makefile.common
Log Message:
inputmethod/mozc-server: document possible array[char] bug
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/inputmethod/mozc-server/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/inputmethod/mozc-server/Makefile.common
diff -u pkgsrc/inputmethod/mozc-server/Makefile.common:1.27 pkgsrc/inputmethod/mozc-server/Makefile.common:1.28
--- pkgsrc/inputmethod/mozc-server/Makefile.common:1.27 Thu Apr 25 07:50:40 2019
+++ pkgsrc/inputmethod/mozc-server/Makefile.common Mon May 25 05:30:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2019/04/25 07:50:40 maya Exp $
+# $NetBSD: Makefile.common,v 1.28 2020/05/25 05:30:31 rillig Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
@@ -65,6 +65,14 @@ OSDEST.NetBSD= bsd
MOZC_BUILD_MODE= Release # or Debug
+# In file included from src/dictionary/system/system_dictionary.h:43:0,
+# from ../../dictionary/system/system_dictionary.cc:47:
+# src/dictionary/system/key_expansion_table.h: In member function 'const mozc::dictionary::ExpandedKey mozc::dictionary::KeyExpansionTable::ExpandKey(char) const':
+# src/dictionary/system/key_expansion_table.h:83:34: error: array subscript has type 'char' [-Werror=char-subscripts]
+# return ExpandedKey(table_[key]);
+# Maybe fix this later.
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
do-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
GYP_DEFINES="use_libprotobuf=1" \
Home |
Main Index |
Thread Index |
Old Index