1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

In some environment, build fails without $PTHREAD_* parameters.

This commit is contained in:
Jun Kuriyama 2006-08-31 10:02:50 +00:00
parent 2576e57213
commit daeb4bfbe6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171707

View File

@ -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>