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/firefox | |
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/firefox')
-rw-r--r-- | www/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 89051e9fc2d6..405a1d0e8092 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -8,6 +8,7 @@ PORTNAME= firefox DISTVERSION= 2.0.0.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} |