Files
MINGW-packages/mingw-w64-libtiff/0002-libtiff-install-headers.patch
Biswapriyo Nath 2b373d9553 libtiff: Add missing tif_hash_set.h
Also move the extra headers install logic to separate patch file
2023-08-20 19:31:24 +05:30

16 lines
244 B
Diff

--- a/libtiff/Makefile.am
+++ b/libtiff/Makefile.am
@@ -37,8 +37,12 @@
tif_win32_versioninfo.rc
libtiffinclude_HEADERS = \
+ tif_config.h \
+ tif_dir.h \
+ tif_hash_set.h \
tiff.h \
tiffio.h \
+ tiffiop.h \
tiffvers.h
if HAVE_CXX