Skip to content
Snippets Groups Projects
Verified Commit a659f3ae authored by sunpoet's avatar sunpoet
Browse files

japanese/mozc-server: Fix build with protobuf 22+

parent 23a053c8
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,14 @@ USE_GITHUB= yes
GH_ACCOUNT= hrs-allbsd
GH_TUPLE= hiroyuki-komatsu:japanese-usage-dictionary:e5b3425:udic
USES= compiler:c++11-lang gmake ninja:build pkgconfig \
USES= compiler:c++17-lang gmake ninja:build pkgconfig \
python:build shebangfix tar:bzip2
SHEBANG_FILES= src/build_mozc.py
BUILD_WRKSRC= ${WRKSRC}/src
LDFLAGS+= -labsl_spinlock_wait
USE_CXXSTD= c++17
BUILD_MOZC_LIST?= mozc_server
.if ${BUILD_MOZC_LIST:Mmozc_server} == "mozc_server"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment