https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202020
Gary <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #2 from Gary <[email protected]> --- Created attachment 159512 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159512&action=edit should fix build on freebsd 9 With GCC 4.x, the problem is FreeBSD 9 sys/param.h file includes sys/types.h. In third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c, there is a #define __BSD_VISIBLE 1 that is too late as sys/types.h has already been included. The attached patch to the port should fix it note: compile tested only, haven't tried running the resulting binary yet -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
