CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/01/22 05:30:42
Modified files:
graphics/py-Pillow: Makefile
graphics/py-Pillow/patches: patch-setup_py
Log message:
py-Pillow: like already done for tiff, stop searching for the libwebp
library and just assume that it's available if the header is present.
the search uses find_library_file from distutils which only works if
there's either a static library or a libfoo.so symlink.
from tb@, I tweaked the comment
