diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/estraier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/estraier/Makefile b/japanese/estraier/Makefile index 3bc412ad2ba6..7ad27203f7b2 100644 --- a/japanese/estraier/Makefile +++ b/japanese/estraier/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-sysqdbm \ --enable-devel CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/include" + LDFLAGS="-L${LOCALBASE}/include ${PTHREAD_LIBS}" OPTIONS= CHASEN "Japanese Morphological Analysis Support" On \ MECAB "Part-of-Speech and Morphological Analyzer" On \ |