[PATCH] Build Thunderbird 13 with Clang

2012-06-12 Thread Jung-uk Kim
I was annoyed by GCC46 dependency, so I fixed TB13 build with Clang. :-) http://people.freebsd.org/~jkim/thunderbird13-clang.diff patch-bugzilla-711895 - Port of Bug 711895 to Thunderbird. https://bugzilla.mozilla.org/show_bug.cgi?id=711895 http://hg.mozilla.org/mozilla-central/rev/f64f62213f61

Re: ports/168978: mail/thunderbird: /base/nsStackWalk.cpp:1196:29: error: use of undeclared identifier '_Unwind_Backtrace' _Unwind_Reason_Code t = _Unwind_Backtrace(unwind_callback, &info);

2012-06-12 Thread edwin
Synopsis: mail/thunderbird: /base/nsStackWalk.cpp:1196:29: error: use of undeclared identifier '_Unwind_Backtrace' _Unwind_Reason_Code t = _Unwind_Backtrace(unwind_callback, &info); Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When:

[SVN-Commit] r750 - in branches/experimental: Mk mail/thunderbird mail/thunderbird-beta mail/thunderbird-esr mail/thunderbird3 www/firefox www/firefox-beta www/firefox-esr www/firefox-nightly www/fire

2012-06-12 Thread svn-freebsd-gecko
Author: jbeich Date: Tue Jun 12 18:43:03 2012 New Revision: 750 Log: unbreak building out of source tree, e.g. CONFIGURE_SCRIPT= ../configure MOZ_OBJDIR= ${WRKSRC}/obj-portbld CONFIGURE_WRKSRC= ${MOZ_OBJDIR} BUILD_WRKSRC= ${MOZ_OBJDIR} INSTALL_WRKSRC= ${MOZ_OBJDIR} pre-c