Use PTHREAD_CFLAGS and PTHREAD_LIBS to unbreak.
Approved by: portmgr (linimon).
This commit is contained in:
parent
f287cc2de0
commit
e1bbc23e7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118389
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ BUILD_WRKSRC= ${WRKSRC}/src/api/python
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ENV= PTHREADINCLUDES="${PTHREAD_CFLAGS}" \
|
||||||
|
PTHREADLIBS="${PTHREAD_LIBS}"
|
||||||
CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
|
CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
|
||||||
--with-python-prefix="${LOCALBASE}"
|
--with-python-prefix="${LOCALBASE}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue