Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2020 17:54:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 250740] mail/mailsync 12.2-RELEASE breaks package build
Message-ID:  <bug-250740-29464-N6KXr9O8pY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250740-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250740-29464@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 on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250740-29464-N6KXr9O8pY>