diff options
author | marius <marius@FreeBSD.org> | 2008-01-22 06:19:53 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2008-01-22 06:19:53 +0800 |
commit | 5002b36128899440019c83e8863bd8b381320b1f (patch) | |
tree | 2e41aa7ae6b460853c5e8a56fd040ec0cbc8028f /www/firefox35 | |
parent | 20fcb81002d12acb88f57c20457e748155d5a31b (diff) | |
download | freebsd-ports-gnome-5002b36128899440019c83e8863bd8b381320b1f.tar.gz freebsd-ports-gnome-5002b36128899440019c83e8863bd8b381320b1f.tar.zst freebsd-ports-gnome-5002b36128899440019c83e8863bd8b381320b1f.zip |
Work around the miscompilation/mislinkage problem of the sCanonicalVTable
hacks in the XPCOM string code on sparc64 by omitting the code in question
and bump PORTREVISIONs accordingly.
Approved by: marcus
Diffstat (limited to 'www/firefox35')
-rw-r--r-- | www/firefox35/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 6e442c16cb0d..27809dd28fc4 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox DISTVERSION= 3.0.a2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} |