Thursday, July 27, 2023

Re: update games/openttd

On 2023/07/27 21:41, Florian Viehweger wrote:
> Hi,
>
> > > tested on amd64 by playing a game
> > >
> > > ok?
> >
> > make fetch failed,
> >
> > ftp: proxy.binaries.openttd.org: no address associated with name
> >
> > It succeeded after I made this change,
> >
> > -MASTER_SITES =
> > https://proxy.binaries.openttd.org/openttd-releases/$V/ +MASTER_SITES
> > = https://cdn.openttd.org/openttd-releases/$V/
> >
> > If you fix the fetch, then ok gkoehler@
>
> I have been experimenting with fixing WANTLIB in the last few days. For
> now I'm happy with a simple version bump and fixing MASTER_SITES.

That would be

WANTLIB += ${COMPILER_LIBCXX}
WANTLIB += c fluidsynth fontconfig freetype icudata icui18n icuuc
WANTLIB += lzma lzo2 m png z

and it uses C++17 so the COMPILER line should be
COMPILER = base-clang ports-gcc

No comments:

Post a Comment