On Wed, Dec 19, 2012 at 02:23:27PM +0000, Christian Weisgerber wrote: > Landry Breuil <lan...@rhaalovely.net> wrote: > > > Firefox & Thunderbird 18 betas were released some time ago, so here are > > the ports updates as usual. > > > > git clone -b beta http://rhaalovely.net/git/mozilla-firefox > > Doesn't build for me on amd64. > > /usr/obj/firefox-18.0beta3/mozilla-beta/ipc/chromium/src/base/debug_util_posix.cc:103:37: > error: use of undeclared identifier 'P_TRACED' > being_debugged = (info.KP_FLAGS & P_TRACED) != 0;
I didnt see that failure, and sys/proc.h should already be included by sys/sysctl.h to get the def of P_TRACED. Did anything wrt that change recently ? Landry