forked from Lainports/freebsd-ports
Use PTHREAD_CFLAGS and PTHREAD_LIBS to unbreak.
Approved by: portmgr (linimon).
This commit is contained in:
parent
f287cc2de0
commit
e1bbc23e7b
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ BUILD_WRKSRC= ${WRKSRC}/src/api/python
|
|||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PTHREADINCLUDES="${PTHREAD_CFLAGS}" \
|
||||
PTHREADLIBS="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
|
||||
--with-python-prefix="${LOCALBASE}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue