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}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to