Date: Wed, 11 Nov 2020 17:54:00 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 250740] mail/mailsync 12.2-RELEASE breaks package build Message-ID: <bug-250740-7788-5MhzgaEEGL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-250740-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-250740-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250740 --- Comment #12 from Dimitry Andric <dim@FreeBSD.org> --- Created attachment 219566 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D219566&action= =3Dedit 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 (wh= ich is the root cause of the original errors), then redefines them again. It's = ugly but it works. :) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250740-7788-5MhzgaEEGL>