From: "Tobias Heider via ports" Subject: Re: HOTFIX games/{bugdom,bugdom2,nanosaur,mightymike,ottomatic,billyfrontier} on sparc64 To: ports@openbsd.org Date: Wed, 13 Mar 2024 19:36:21 +0100 On March 13, 2024 7:24:26 PM GMT+01:00, Stuart Henderson via ports wrote: >On 2024/03/13 12:31, izder456 via ports wrote: >> Hey ports@- >> >> Looks like these ports I take MAINTAINER on fail on sparc64 with the >> same u8string error, which AFAIK is a C++20 thing. >> >> From what it looks like, sparc64 doesn't have a C++20 compiler, so they >> unfortunately will be broken on that arch. >> >> Attached are diffs that adds BROKEN-sparc64 to those ports. > >I think something like this would be preferable > ># requires C++20 >COMPILER = base-clang > but then you could also add ports clang and ports gcc right? they should also support newer c++ versions