Add a work around for crashes on i386.

PR:		ports/180473
Submitted by:	Jan Beich <jbeich@tormail.org>
Reported by:	Heino Tiedemann <rotkap@gmx.de>
This commit is contained in:
Florian Smeets 2013-08-17 10:43:22 +00:00
parent 325ea40973
commit 288d138f12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324838

View File

@ -3,6 +3,7 @@
PORTNAME= seamonkey
DISTVERSION= 2.20
PORTREVISION= 1
CATEGORIES?= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source
DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}
@ -82,6 +83,9 @@ MOZ_OPTIONS+= --disable-ldap --disable-mailnews
.if ! ${PORT_OPTIONS:MLDAP}
MOZ_OPTIONS+= --disable-ldap --enable-mailnews
.else
. if ${ARCH} == i386
USE_GCC?= yes
. endif
MOZ_OPTIONS+= --enable-ldap --enable-mailnews
.endif
.if ${PORT_OPTIONS:MENIGMAIL}