diff options
author | marcus <marcus@FreeBSD.org> | 2006-11-28 01:08:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-11-28 01:08:25 +0800 |
commit | 0632694a81af9d549d6a8797a941f665c9fdaefe (patch) | |
tree | 56f2855dcf904ea1339d066d967c46922c7cac83 /www/firefox | |
parent | 3cc5cf6f85f523f4b557581a349ab7d978b413db (diff) | |
download | freebsd-ports-gnome-0632694a81af9d549d6a8797a941f665c9fdaefe.tar.gz freebsd-ports-gnome-0632694a81af9d549d6a8797a941f665c9fdaefe.tar.zst freebsd-ports-gnome-0632694a81af9d549d6a8797a941f665c9fdaefe.zip |
Fix a problem with PTHREAD_LIB-safeness.
Submitted by: nork
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d2b3177e1fc5..2abeb1d7401d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -69,7 +69,7 @@ post-extract:: <${FILESDIR}/firefox.desktop.in >${WRKDIR}/${MOZILLA}.desktop post-patch: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${GECKO_PTHREAD_LIBS}|' \ + ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ ${WRKSRC}/storage/build/Makefile.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/security/manager/ssl/src/Makefile.in |