mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Use LDFLAGS env. variable to pass PTHREAD_LIBS into configure, because it
appears that LIBS is not honoured. Submitted by: bento
This commit is contained in:
parent
3bd1feafc5
commit
218d2388e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44817
@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \
|
||||
--with-lib-GL \
|
||||
--with-host=${LOCALBASE}/bin/host
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
DATAFILES= ndg_files.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user