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

"S.P.Zeidler via gnats" <[email protected]> Sun, 31 May 2026 09:40:02 +0000 (UTC)
Newsgroups gmane.os.netbsd.devel.pkgsrc.bugs
Message-ID <[email protected]>
The following reply was made to PR pkg/60301; it has been noted by GNATS.

From: "S.P.Zeidler" <[email protected]>
To: [email protected]
Cc: [email protected], [email protected], [email protected],
	[email protected]
Subject: Re: pkg/60301: libjpeg-turbo version 3.1.4.1 doesn't build on amiga
Date: Sun, 31 May 2026 09:39:57 +0000

 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