Date: Wed, 14 Aug 2013 08:40:11 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1313 - trunk/www/seamonkey Message-ID: <201308140840.r7E8eBee013776@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308140840.r7E8eBee013776>