From: Stuart Henderson Subject: Re: lang/wasi-libc: Mark port as c lang only to fix wantlibs To: Landry Breuil Cc: kurt@intricatesoftware.com, ports@openbsd.org Date: Thu, 26 Dec 2024 18:17:08 +0000 On 2024/12/26 18:39, Landry Breuil wrote: > Le Thu, Dec 26, 2024 at 03:36:47PM +0000, kurt@intricatesoftware.com a écrit : > > This is a c only port that currently has extra wantlibs on both > > sparc64 (estdc++.19) and amd64 (c++.10 c++abi.7 pthread.27). > > Marking it as c only corrects that. > > > > okay? > > sure ok and thanks, i had never understood the link between those extra > wantlibs and COMPILER_LANGS... > if COMPILER_LANGS contains c++ (the default), on a ports-gcc arch LIB_DEPENDS is set so that gcc-libs gets installed (because it would be needed at runtime for a C++ port).