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

--- Comment #5 from Alfredo Dal'Ava JĂșnior <alfredo.jun...@eldorado.org.br> ---
(In reply to James Clarke from comment #4)
I still see other issues regarding conflicting headers during build.

For ports devel/llvm*, currently it does have a patch that removes conflicting
headers, so it's "fixed".
For those using llvm from upstream, I use this as workaround:


cd <path where llvm is installed>/lib/clang/9.0.0/include/
mkdir bkp
mv float.h intrin.h inttypes.h iso646.h limits.h stdalign.h stdarg.h
stdatomic.h stdbool.h stddef.h stdint.h stdnoreturn.h tgmath.h unwind.h
varargs.h bkp/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to