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/seamonkey2 | |
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/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 34ea6c0f6033..f2bf8cec6b05 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -8,6 +8,7 @@ PORTNAME= seamonkey DISTVERSION= 1.1.7 +PORTREVISION?= 1 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION} |