diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-08-31 10:02:50 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-08-31 10:02:50 +0000 |
commit | daeb4bfbe63833a0742a3ce352587d58d5c74bad (patch) | |
tree | 3760f4605a95d061ca223fb3ba9437d34112b38d /japanese | |
parent | 2576e5721378725629eee1c861047aa67e117ed5 (diff) | |
download | ports-daeb4bfbe63833a0742a3ce352587d58d5c74bad.tar.gz ports-daeb4bfbe63833a0742a3ce352587d58d5c74bad.zip |
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/Makefile | 2 |
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> |