https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250740
--- Comment #12 from Dimitry Andric <d...@freebsd.org> --- Created attachment 219566 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219566&action=edit Work around the #define hacks in c-client.h Here's an alternative patch, which should also make mailsync compile with clang++, on 12.2-R. Basically, it undefines all the keywords again before including osdep.h (which is the root cause of the original errors), then redefines them again. It's ugly but it works. :) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"