+++ /dev/null
---- a/vpx_ports/mem.h 2019-12-09 16:09:20.000000000 -0700
-+++ b/vpx_ports/mem.h 2020-07-31 09:20:22.303406738 -0600
-@@ -15,7 +15,7 @@
- #include "vpx/vpx_integer.h"
-
- #if (defined(__GNUC__) && __GNUC__) || defined(__SUNPRO_C)
--#define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n)))
-+#define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(64)))
- #elif defined(_MSC_VER)
- #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val
- #else
+++ /dev/null
---- ./Makefile.am
-+++ ./Makefile.am
-@@ -58,7 +58,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)
+++ /dev/null
---- ./configure.ac.orig 2023-01-30 20:35:40.839847499 +0300
-+++ ./configure.ac 2023-01-30 20:48:27.751778042 +0300
-@@ -838,7 +838,8 @@
- if test "x$enable_webp" != "xno" ; then
-
- if test "x$with_webp_lib_dir" != "x" ; then
-- LDFLAGS="-L$with_webp_lib_dir $LDFLAGS"
-+ LIBS="-lpthread $LIBS"
-+ LDFLAGS="-L$with_webp_lib_dir $LDFLAGS "
- fi
-
- AC_CHECK_LIB(webp, WebPDecode, [webp_lib=yes], [webp_lib=no],)