Re: devel/sdl2-image: fix sdl2_image-config.cmake

2024-05-21 Thread Stuart Henderson
On 2024/05/20 21:40, Thomas Frohwein wrote: > On Mon, May 20, 2024 at 11:38:12PM +0300, Viacheslav Chimishuk wrote: > > On 20.05.2024 09:20, Thomas Frohwein wrote: > > > Did this work for you? I built it with your patch, but the file > > > /usr/local/lib/cmake/SDL2_image/sdl2_image-config.cmake ap

Re: devel/sdl2-image: fix sdl2_image-config.cmake

2024-05-20 Thread Thomas Frohwein
On Mon, May 20, 2024 at 11:38:12PM +0300, Viacheslav Chimishuk wrote: > On 20.05.2024 09:20, Thomas Frohwein wrote: > > Did this work for you? I built it with your patch, but the file > > /usr/local/lib/cmake/SDL2_image/sdl2_image-config.cmake appears to be > > unchanged and still doesn't contain

Re: devel/sdl2-image: fix sdl2_image-config.cmake

2024-05-20 Thread Viacheslav Chimishuk
On 20.05.2024 09:20, Thomas Frohwein wrote: > Did this work for you? I built it with your patch, but the file > /usr/local/lib/cmake/SDL2_image/sdl2_image-config.cmake appears to be > unchanged and still doesn't contain the library version. Don't have > time right now to look more closely myself..

Re: devel/sdl2-image: fix sdl2_image-config.cmake

2024-05-20 Thread Thomas Frohwein
On Mon, May 20, 2024 at 02:45:15AM +0300, Viacheslav Chimishuk wrote: > When I try to build cmake-based application which uses sdl2-image it fails > because of missing /usr/local/lib/libSDL2_image.so file. > > Cmake files provided by sdl2-image are looking for > /usr/local/lib/libSDL2_image.so, wh

Re: devel/sdl2-image: fix sdl2_image-config.cmake

2024-05-20 Thread Rafael Sadowski
On Mon May 20, 2024 at 02:45:15AM GMT, Viacheslav Chimishuk wrote: > When I try to build cmake-based application which uses sdl2-image it fails > because of missing /usr/local/lib/libSDL2_image.so file. > > Cmake files provided by sdl2-image are looking for > /usr/local/lib/libSDL2_image.so, which

devel/sdl2-image: fix sdl2_image-config.cmake

2024-05-20 Thread Viacheslav Chimishuk
When I try to build cmake-based application which uses sdl2-image it fails because of missing /usr/local/lib/libSDL2_image.so file. Cmake files provided by sdl2-image are looking for /usr/local/lib/libSDL2_image.so, which is obviously not found. I can see that sdl2-image port misses some files whi