Re: git: 3fd626858d82 - 2023Q1 - devel/rgbds: Fix build on 12.4
Date: Mon, 27 Mar 2023 22:48:22 UTC
On Mon, 13 Mar 2023, Nuno Teixeira wrote: > URL: https://cgit.FreeBSD.org/ports/commit/?id=3fd626858d826cbdbcc365a60ce34cc88287ac5b : > devel/rgbds: Fix build on 12.4 > > Fix build on 12.4 using gcc because port only builds with clang <=10. Why not use LLVM 10, then? (Ab)using GCC whenever newer versions of clang break something is harsh on the likes of Lorenzo (and previously me) who are working to maintain GCC and update it to newer versions. > +USE_GCC= yes # clang >10 fails to build, https://github.com/gbdev/rgbds/issues/1091 Gerald