Re: sdl2-image update

2023-05-13 Thread Theo Buehler
On Sat, May 13, 2023 at 08:42:58PM -0400, Thomas Frohwein wrote: > On Sat, May 13, 2023 at 10:04:26PM +0200, Theo Buehler wrote: > > > Missing: c++.9 (/usr/local/lib/libSDL2_image.so.1.0) (system lib) > > > Missing: c++abi.6 (/usr/local/lib/libSDL2_image.so.1.0) (system lib) > > > WANTLIB += ${COMP

Re: sdl2-image update

2023-05-13 Thread Thomas Frohwein
On Sat, May 13, 2023 at 10:04:26PM +0200, Theo Buehler wrote: > > Missing: c++.9 (/usr/local/lib/libSDL2_image.so.1.0) (system lib) > > Missing: c++abi.6 (/usr/local/lib/libSDL2_image.so.1.0) (system lib) > > WANTLIB += ${COMPILER_LIBCXX} > > > > However, the build log doesn't have any use of c++

Re: sdl2-image update

2023-05-13 Thread Theo Buehler
> Missing: c++.9 (/usr/local/lib/libSDL2_image.so.1.0) (system lib) > Missing: c++abi.6 (/usr/local/lib/libSDL2_image.so.1.0) (system lib) > WANTLIB += ${COMPILER_LIBCXX} > > However, the build log doesn't have any use of c++ in it. I'm a little > puzzled by this, and would like to double-check if

sdl2-image update

2023-05-13 Thread Thomas Frohwein
Hi, This diff below is based on a suggested update that Brad sent me. One issue is that it looks based on `make port-lib-depends-check` like the library now links to c++ libs: Missing: c++.9 (/usr/local/lib/libSDL2_image.so.1.0) (system lib) Missing: c++abi.6 (/usr/local/lib/libSDL2_image.so.1.0)