aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-28 01:08:25 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-28 01:08:25 +0800
commitaadfdcbfe7fc53f634be8b5d5faae67cf225550f (patch)
tree50e12dda1e518c64f6e4b1fbbd509facc94bd5ca /www/firefox-esr
parent3959c984ea1fff9dfb42670c4ed4187a277ed96e (diff)
downloadfreebsd-ports-gnome-aadfdcbfe7fc53f634be8b5d5faae67cf225550f.tar.gz
freebsd-ports-gnome-aadfdcbfe7fc53f634be8b5d5faae67cf225550f.tar.zst
freebsd-ports-gnome-aadfdcbfe7fc53f634be8b5d5faae67cf225550f.zip
Fix a problem with PTHREAD_LIB-safeness.
Submitted by: nork
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index d2b3177e1fc5..2abeb1d7401d 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/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