diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-27 05:58:22 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-27 05:58:22 +0800 |
commit | a0fdc7260fbc8a6e52912beba90950d1a3b93ab9 (patch) | |
tree | eb7979cba72c6d62bf907f389130aee3c0deff74 /textproc | |
parent | c598cb48aab42a148aecfbbc1985d98d00f9da32 (diff) | |
download | freebsd-ports-gnome-a0fdc7260fbc8a6e52912beba90950d1a3b93ab9.tar.gz freebsd-ports-gnome-a0fdc7260fbc8a6e52912beba90950d1a3b93ab9.tar.zst freebsd-ports-gnome-a0fdc7260fbc8a6e52912beba90950d1a3b93ab9.zip |
Respect PTHREAD_LIBS to fix build on 4.x
Reported by: pointyhat via kris
Approved by: adamw (implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/estraier/Makefile | 2 |
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 \ |