summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-26 21:58:22 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-26 21:58:22 +0000
commit92401d6d2544ea0212d8229e41a053b9588b5e37 (patch)
tree873c3364be86afcb3cd2f681cbfa690fba902160 /textproc
parentAdd "pstopxl" filter (diff)
Respect PTHREAD_LIBS to fix build on 4.x
Reported by: pointyhat via kris Approved by: adamw (implicit)
Notes
Notes: svn path=/head/; revision=122531
Diffstat (limited to 'textproc')
-rw-r--r--textproc/estraier/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile
index 3bc412ad2ba6..7ad27203f7b2 100644
--- a/textproc/estraier/Makefile
+++ b/textproc/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 \