summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-04-22 07:42:39 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-04-22 07:42:39 +0000
commit174271a8d74ed38d712f5d12708c2724103c673f (patch)
tree397b02470049f488c530fb1d3d2a2c2d85493f47 /mail
parent- Update to 0.60 (diff)
Use gcc 3.4 to build enigmail for thunderbird on amd64 (and FreeBSD >= 7).
This should fix the enigmail crash. PR: ports/117285 Submitted by: delphij
Notes
Notes: svn path=/head/; revision=211747
Diffstat (limited to 'mail')
-rw-r--r--mail/enigmail-thunderbird/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile
index d30b496630b4..f168401e6586 100644
--- a/mail/enigmail-thunderbird/Makefile
+++ b/mail/enigmail-thunderbird/Makefile
@@ -44,6 +44,12 @@ XPI_FILE= ${DISTNAME}-${GECKO}-freebsd-${ARCH}.xpi
PLIST_FILES= %%DATADIR%%/${XPI_FILE}
PLIST_DIRS= %%DATADIR%%
+.include <bsd.port.pre.mk>
+
+.if ${GECKO} == "thunderbird" && ${ARCH} == "amd64" && ${OSVERSION} >= 700000
+USE_GCC= 3.4
+.endif
+
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@@ -68,4 +74,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>