CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/12/19 01:52:15
Modified files:
comms/hylafax : Makefile
Added files:
comms/hylafax/patches: patch-faxd_G3Decoder_c++ patch-faxd_t4_h
patch-faxd_tif_fax3_h
Log message:
comms/hylafax: fix build with tiff 4.5.0.
tiff 4.5 doesnt export anymore private symbols/functions that hylafax
was never supposed to have used anyway in the first place - copy them
from tiff 4.4 source into hylafax where needed.
cf https://gitlab.com/libtiff/libtiff/-/issues/504