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 /mail/lightning | |
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 'mail/lightning')
-rw-r--r-- | mail/lightning/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/lightning/Makefile b/mail/lightning/Makefile index 6c82fb167236..c5e942441d63 100644 --- a/mail/lightning/Makefile +++ b/mail/lightning/Makefile @@ -7,6 +7,7 @@ PORTNAME= lightning PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= mail deskutils MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= calendar/${PORTNAME}/releases/${DISTVERSION}/source |