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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250740

--- Comment #12 from Dimitry Andric <dim@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.

home | help

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