diff options
author | Marius Strobl <marius@FreeBSD.org> | 2008-01-21 22:19:53 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2008-01-21 22:19:53 +0000 |
commit | 7dfcb347475502ddf1621eeb62dc4ebf54f70e62 (patch) | |
tree | b2feeb0f5975b944a772edc8f58cd63c1be270a8 /www/seamonkey | |
parent | 2dbab108167f16da6123b0adc8a4d3d6ea7893dd (diff) | |
download | ports-7dfcb347475502ddf1621eeb62dc4ebf54f70e62.tar.gz ports-7dfcb347475502ddf1621eeb62dc4ebf54f70e62.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
Notes
Notes:
svn path=/head/; revision=205998
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 34ea6c0f6033..f2bf8cec6b05 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/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} |