diff options
author | marius <marius@FreeBSD.org> | 2009-04-04 19:47:00 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2009-04-04 19:47:00 +0800 |
commit | 25c65b15fe9994c6bdcc249a0e1381aa61b9a4de (patch) | |
tree | d2f081e8c1a97118883a49b78d1d0eea17428f9e /www/firefox | |
parent | 04f64e840c77201f8c493bf59ea834d417347af8 (diff) | |
download | freebsd-ports-gnome-25c65b15fe9994c6bdcc249a0e1381aa61b9a4de.tar.gz freebsd-ports-gnome-25c65b15fe9994c6bdcc249a0e1381aa61b9a4de.tar.zst freebsd-ports-gnome-25c65b15fe9994c6bdcc249a0e1381aa61b9a4de.zip |
Resurrect www/mozilla/Makefile.common rev. 1.30 and associated changes,
which got lost with the switch to bsd.gecko.mk:
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 146e7901e2d9..5c2d05391ce3 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -8,7 +8,7 @@ PORTNAME= firefox DISTVERSION= 2.0.0.20 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} |