[email protected] writes: > Author: jbeich > Date: Wed Jul 4 01:41:22 2012 > New Revision: 838 > > Log: > [test/plugins] try teamplay with other BSDs > > This shares less code with OS_LINUX and is an attempt to land IPC > changes upstream. > > Obtained from: pkgsrc via bug#753046 [...] > ++#elif defined(OS_FREEBSD) > ++_Pragma("GCC visibility push(default)") > ++extern "C" int thr_self(long *); // XXX #include <sys/thr.h> > ++_Pragma("GCC visibility pop") > + #endif
The extern hack comes from java/openjdk6 and is only needed for 7.x, not gonna be pushed upstream. To build directly from hg checkout + bug#753046 try # my .mozconfig ac_add_options --with-system-libevent=/usr/local ac_add_options --disable-necko-wifi ac_add_options --disable-libnotify ac_add_options --disable-dbus Non-x86 archs may need more patches from the port. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
