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/kompozer | |
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/kompozer')
-rw-r--r-- | www/kompozer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index 17104cce2a56..3a23653c659b 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -8,6 +8,7 @@ PORTNAME= kompozer DISTVERSION= 0.7.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF DISTNAME= ${PORTNAME}-${DISTVERSION}dfsg-src |