1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Mk: remove PTHREAD_LIBS and PTHREAD_CFLAGS variable

For bsd.gecko.mk, replace PTHREAD_LIBS with "-pthread", the same value
it was using before.

Approved by:	PTHREAD blanket (completes task)
Approved by:	portmgr (bapt)
This commit is contained in:
John Marino 2015-03-26 08:57:36 +00:00
parent 057f32cfd2
commit c560a85625
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382294
2 changed files with 2 additions and 5 deletions

View File

@ -523,8 +523,8 @@ gecko-post-patch:
${MOZSRC}/configure \
${WRKSRC}/configure; do \
if [ -f $$f ] ; then \
${REINPLACE_CMD} -Ee 's|-lc_r|${PTHREAD_LIBS}|g ; \
s|-l?pthread|${PTHREAD_LIBS}|g ; \
${REINPLACE_CMD} -Ee 's|-lc_r|-pthread|g ; \
s|-l?pthread|-pthread}|g ; \
s|echo aout|echo elf|g ; \
s|/usr/X11R6|${LOCALBASE}|g' \
$$f; \

View File

@ -2069,9 +2069,6 @@ BUILD_FAIL_MESSAGE+= Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reportin
.include "${PORTSDIR}/Mk/bsd.ccache.mk"
PTHREAD_CFLAGS?=
PTHREAD_LIBS?= -pthread
FETCH_ENV?= SSL_NO_VERIFY_PEER=1 SSL_NO_VERIFY_HOSTNAME=1
FETCH_BINARY?= /usr/bin/fetch
FETCH_ARGS?= -Fpr