[Bug 241031] mail/fetchmail: fails to build on FreeBSD 11.2 on MIPS64 (Mk/Uses/compiler.mk defect)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 3 13:24:08 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241031
--- Comment #5 from Piotr Kubaj <pkubaj at 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-mips
mailing list