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:
parent
2576e57213
commit
daeb4bfbe6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171707
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user