Skip to content

Commit

Permalink
mecab: fix build with newer libcxx
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Jan 2, 2024
1 parent bee0fa2 commit 3ea6f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions japanese/mecab/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN_DEPENDS-ipadic =

CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
CXXFLAGS="-D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-liconv"

Expand Down

0 comments on commit 3ea6f55

Please sign in to comment.