[Bug 250740] mail/mailsync 12.2-RELEASE breaks package build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 11 17:54:01 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250740
--- Comment #12 from Dimitry Andric <dim at 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 the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list