Path to this page:
Subject: CVS commit: pkgsrc/graphics/freeimage
From: Greg Troxel
Date: 2022-05-31 13:49:09
Message id: 20220531114909.9CA00FAEB@cvs.NetBSD.org
Log Message:
graphics/freeimage: Remediate upstream use of internal TIFF function
freeimage uses an internal libtiff function (by declaring it and
calling it). tiff (4.4.0) changed internals, but this was never part
of the public API/ABI.
Add patch taken from upstream forum (which seems to be their
bugtracker) to use a different function newly added to the public API
in 4.4.0.
Files: