aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-08-17 04:31:55 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-08-17 04:31:55 +0000
commit76b26129e5219daacbe76eafa89086c770be2009 (patch)
tree7523e0f70a48154292ad68adff8bc80e52ec49b7 /mail
parentf6b870dcaf28b719a0020750d9d83ac46e921ff3 (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/enigmail-thunderbird/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile
index 77ba58b752e5..e8c5b05eb2ab 100644
--- a/mail/enigmail-thunderbird/Makefile
+++ b/mail/enigmail-thunderbird/Makefile
@@ -45,7 +45,7 @@ PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk>
-.if ${GECKO} == "thunderbird" && ${ARCH} == "amd64" && ${OSVERSION} >= 700000
+.if ${GECKO} == "thunderbird" && ${OSVERSION} >= 700000 && ( ${ARCH} == "amd64" || ${ARCH} == "sparc64" )
USE_GCC= 3.4
.endif