Re: pkg/60301: libjpeg-turbo version 3.1.4.1 doesn't build on amiga

"S.P.Zeidler" <[email protected]> Sun, 31 May 2026 09:39:57 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.bugs
Message-ID <[email protected]>
Hi Thomas,

Thus wrote Thomas Klausner via gnats ([email protected]):

>  +
>  +if(WITH_SIMD AND ENABLE_STATIC)
>  +  add_executable(simdcoverage simdcoverage.c)
>  +  target_link_libraries(simdcoverage jpeg-static)
>  +endif()
>  
>  
>  i.e. that simdcoverage is built even if the extensive checks decided
>  that a platform does not have SIMD support.

incidentially, that is fixed upstream in
https://github.com/libjpeg-turbo/libjpeg-turbo/commit/7cdbf9144d40d68d97c498f54dd88a68aee4e36d

I'll commit that patch.

regards,
	spz