Path to this page:
Subject: CVS commit: pkgsrc/inputmethod
From: Ryo ONODERA
Date: 2021-02-27 05:19:46
Message id: 20210227041947.28AFEFA95@cvs.NetBSD.org
Log Message:
mozc: Fix build under NetBSD/i386 and use external protobuf library
* Include mk/atomic64.mk to add -march=i586 to CFLAGS and pass
CFLAGS to gyp. Fix PR pkg/56025 in another way.
* Use external devel/protobuf to avoid internal protobuf build.
So bump PKGREVISION.
* dictionary/pos_matcher.h does not generated before its use sometimes.
Generate it explicitly with
dictionary/dictionary_base.gyp:text_dictionary_loader target
for mozc-server.
Files: