From a0fdc7260fbc8a6e52912beba90950d1a3b93ab9 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 26 Nov 2004 21:58:22 +0000 Subject: Respect PTHREAD_LIBS to fix build on 4.x Reported by: pointyhat via kris Approved by: adamw (implicit) --- textproc/estraier/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc') 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 \ -- cgit