From e52a39e0810e819e99d70acf108a8f9802f74961 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Mon, 29 Nov 2021 10:07:55 +0300
Subject: [PATCH 7/7] Less build in libtiff (req. autoreconf)

---
 cinelerra-5.1/thirdparty/src/tiff-4.1.0.patch1 | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 cinelerra-5.1/thirdparty/src/tiff-4.1.0.patch1

diff --git a/cinelerra-5.1/thirdparty/src/tiff-4.1.0.patch1 b/cinelerra-5.1/thirdparty/src/tiff-4.1.0.patch1
new file mode 100644
index 00000000..6b7593d7
--- /dev/null
+++ b/cinelerra-5.1/thirdparty/src/tiff-4.1.0.patch1
@@ -0,0 +1,11 @@
+--- ./Makefile.am.orig	2021-11-29 09:48:57.020738370 +0300
++++ ./Makefile.am	2021-11-29 09:49:35.968738373 +0300
+@@ -60,7 +60,7 @@
+ 	rm -rf $(distdir)/_build/cmake
+ 	rm -rf $(distdir)/_inst/cmake
+ 
+-SUBDIRS = port libtiff tools build contrib test man html
++SUBDIRS = port libtiff  build 
+ 
+ release:
+ 	(rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
-- 
2.34.0

