summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-08-31 10:02:50 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-08-31 10:02:50 +0000
commitdaeb4bfbe63833a0742a3ce352587d58d5c74bad (patch)
tree3760f4605a95d061ca223fb3ba9437d34112b38d /japanese
parentUpdate to 0.4.0. (diff)
In some environment, build fails without $PTHREAD_* parameters.
Notes
Notes: svn path=/head/; revision=171707
Diffstat (limited to 'japanese')
-rw-r--r--japanese/php5-mecab/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile
index 03a80980dd0b..ef0da81c84b1 100644
--- a/japanese/php5-mecab/Makefile
+++ b/japanese/php5-mecab/Makefile
@@ -22,6 +22,8 @@ USE_PHP= yes
DEFAULT_PHP_VER=5
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config
+CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
+ LIBS="${LIBS} ${PTHREAD_LIBS}"
.include <bsd.port.pre.mk>