diff options
author | ahze <ahze@FreeBSD.org> | 2007-03-19 11:06:16 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-03-19 11:06:16 +0800 |
commit | 62333cf487eac4472059b83b88225239474ba77c (patch) | |
tree | 5e038178eaffcab1625ea908716200d65640304a /mail/thunderbird | |
parent | f7084292a89a5cb39cb4bcd99e182fae31c5d289 (diff) | |
download | freebsd-ports-gnome-62333cf487eac4472059b83b88225239474ba77c.tar.gz freebsd-ports-gnome-62333cf487eac4472059b83b88225239474ba77c.tar.zst freebsd-ports-gnome-62333cf487eac4472059b83b88225239474ba77c.zip |
Fix build with upcoming nss updates
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 7fb5a5c89725..e2d16cec72e5 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -60,6 +60,7 @@ post-extract:: <${FILESDIR}/${PORTNAME}.desktop.in >${WRKDIR}/${PORTNAME}.desktop post-patch: + @${REINPLACE_CMD} -e 's|--without-nss||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g' \ -e 's|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \ ${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp |