Skip to content

Commit

Permalink
japanese/mozc-server: Fix build with protobuf 22+
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 23a053c commit a659f3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion japanese/mozc-server/Makefile
Expand Up @@ -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"
Expand Down

0 comments on commit a659f3a

Please sign in to comment.