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