Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Oct 2019 13:24:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        mips@FreeBSD.org
Subject:   [Bug 241031] mail/fetchmail: fails to build on FreeBSD 11.2 on MIPS64 (Mk/Uses/compiler.mk defect)
Message-ID:  <bug-241031-27794-NVE3paqcBK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241031-27794@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241031-27794@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=3D241031

--- Comment #5 from Piotr Kubaj <pkubaj@FreeBSD.org> ---
(In reply to Matthias Andree from comment #4)
Thanks, IMO this patch is ok, but requires two corrections.

.if !empty(${ARCH:Mpowerpc*}) doesn't seem to work (base GCC is chosen), but
.if ${ARCH:Mpowerpc*}
does work.

Also, powerpc* switches to LLVM as soon as LLVM9 is merged to head, so could
you check do the following instead:
.if ${ARCH:Mpowerpc*} && ${OSREL:R} < 13
?

This will still not fix fetchmail on powerpc* on head for some days, but we
switch soon anyway.

--=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-241031-27794-NVE3paqcBK>