[SVN-Commit] r715 - in branches/experimental: Mk
www/firefox-beta/files
Jan Beich
jbeich at tormail.org
Tue Jun 26 15:54:24 UTC 2012
Jan Beich <jbeich at tormail.org> writes:
> svn-freebsd-gecko at chruetertee.ch writes:
>
>> Author: beat
>> Date: Sun Jun 3 13:07:26 2012
>> New Revision: 715
>>
>> Log:
>> - Unbreak on CURRENT after r236444
>>
>> PR: ports/163454
>> Submitted by: Jan Beich <jbeich AT tormail.net>
>>
>> Modified:
>> branches/experimental/Mk/bsd.gecko.mk
>> branches/experimental/www/firefox-beta/files/patch-xpcom_base_nsStackWalk.cpp
> [...]
>
> Please, back out. That PR is about libc++, not normal builds.
> -CURRENT hasn't switched to libc++ by default, yet.
Oops, it also affects Gecko builds with devel/libunwind installed
but not when port's GCC is used, e.g.
$ fgrep _Unwind_Backtrace /usr/local/lib/gcc47/**/*.h
/usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd9.9/4.7.1/include/unwind.h:_Unwind_Backtrace (_Unwind_Trace_Fn, void *);
unwind.h in GCC doesn't hide the function under _GNU_SOURCE.
More information about the freebsd-gecko
mailing list