summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2006-08-31 10:02:50 +0000
committerkuriyama <kuriyama@FreeBSD.org>2006-08-31 10:02:50 +0000
commit9cfbe72ddc8bc2b2559c926ff6b9a01fd96fe0e2 (patch)
tree3fa5821637482490dbc9fd33447490e77343bd0e /japanese
parent7f63473d5ffe9f2435d3729c769fbf034abe7df5 (diff)
downloadFreeBSD-ports-9cfbe72ddc8bc2b2559c926ff6b9a01fd96fe0e2.zip
FreeBSD-ports-9cfbe72ddc8bc2b2559c926ff6b9a01fd96fe0e2.tar.gz
In some environment, build fails without $PTHREAD_* parameters.
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 03a8098..ef0da81 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>
OpenPOWER on IntegriCloud