[SVN-Commit] r1313 - trunk/www/seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Aug 14 08:40:18 UTC 2013


Author: jbeich
Date: Wed Aug 14 08:40:10 2013
New Revision: 1313

Log:
there's smth wrong with clang-built xpcom glue on i386

PR:	ports/180473

Modified:
   trunk/www/seamonkey/Makefile

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile	Wed Aug 14 08:40:03 2013	(r1312)
+++ trunk/www/seamonkey/Makefile	Wed Aug 14 08:40:10 2013	(r1313)
@@ -86,6 +86,9 @@
 .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}


More information about the freebsd-gecko mailing list