diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-27 17:08:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-27 17:08:25 +0000 |
commit | aadfdcbfe7fc53f634be8b5d5faae67cf225550f (patch) | |
tree | 50e12dda1e518c64f6e4b1fbbd509facc94bd5ca /www/firefox | |
parent | 3959c984ea1fff9dfb42670c4ed4187a277ed96e (diff) |
Notes
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 |