On 03/27/13 16:28, Pawel Pekala wrote: > For some time now (about month?) ports using sys/time.h include fail to > build and I`m sure they were building ok before. At least those seems > affected by this: > > math/atlas > math/openblas > x11-toolkits/c++-gtk-utils > > All fail with similar errors: > > /usr/include/sys/time.h:134:17: error: unknown type name 'sbintime_t'
Rebuild whichever port of gcc you're using (gcc46?); it copies (and "fixes") some of the default include files for its own purposes. If it's behind, it'll be missing the addition of the sbintime_t typedef in types.h, imb _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"