Respect PTHREAD_LIBS to fix build on 4.x

Reported by:	pointyhat via kris
Approved by:	adamw (implicit)
This commit is contained in:
Michael Johnson 2004-11-26 21:58:22 +00:00
parent 1601298e7a
commit 92401d6d25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122531
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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 \