diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-22 12:04:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-22 12:04:52 +0800 |
commit | 923d8a6ec2413e75522da7bf04d230180e560ab1 (patch) | |
tree | 0cf5a0a2a602da8b4c9ba5e705f3191905bebc64 /www/firefox/Makefile | |
parent | 68b98fa4c1dffd57fd6707d4b5a843173f9a7fb3 (diff) | |
download | freebsd-ports-gnome-923d8a6ec2413e75522da7bf04d230180e560ab1.tar.gz freebsd-ports-gnome-923d8a6ec2413e75522da7bf04d230180e560ab1.tar.zst freebsd-ports-gnome-923d8a6ec2413e75522da7bf04d230180e560ab1.zip |
Use -Bsymbolic when linking nss to avoid symbol conflicts with libraries
that include OpenSSL (e.g. CUPS). This may help alleviate the problem with
Firefox crashing when trying to print when using CUPS.
Diffstat (limited to 'www/firefox/Makefile')
-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 ec76e0eb1c33..4eb85744734b 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} |