diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-12-20 20:10:41 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-12-22 19:26:35 -0800 |
commit | f28ff8248375b3a920881dac73721b9d93175e66 (patch) | |
tree | e584d67b9c6c66b3612d2ba8ffe2c31a4b54b1b6 /libs/vips/patches/001-no_introspection.patch | |
parent | 55593507ab2552acd03e1e8fcdd01471bc7f509f (diff) |
vips: update to 8.10.15
Refresh patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/vips/patches/001-no_introspection.patch')
-rw-r--r-- | libs/vips/patches/001-no_introspection.patch | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/libs/vips/patches/001-no_introspection.patch b/libs/vips/patches/001-no_introspection.patch index 92c67f511..f66fbaf51 100644 --- a/libs/vips/patches/001-no_introspection.patch +++ b/libs/vips/patches/001-no_introspection.patch @@ -1,7 +1,6 @@ -diff -u --recursive vips-8.10.2-vanilla/configure.ac vips-8.10.2/configure.ac ---- vips-8.10.2-vanilla/configure.ac 2020-10-12 11:43:59.000000000 -0500 -+++ vips-8.10.2/configure.ac 2020-11-19 12:17:39.393295442 -0600 -@@ -53,9 +53,6 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -53,9 +53,6 @@ AC_SUBST(LIBRARY_CURRENT) AC_SUBST(LIBRARY_REVISION) AC_SUBST(LIBRARY_AGE) @@ -11,10 +10,9 @@ diff -u --recursive vips-8.10.2-vanilla/configure.ac vips-8.10.2/configure.ac # remove the '(disabled, use --enable-introspection to enable)' # suffix from the found_introspection variable if test "x$found_introspection" != x"yes"; then -diff -u --recursive vips-8.10.2-vanilla/libvips/Makefile.am vips-8.10.2/libvips/Makefile.am ---- vips-8.10.2-vanilla/libvips/Makefile.am 2020-09-14 10:38:03.000000000 -0500 -+++ vips-8.10.2/libvips/Makefile.am 2020-11-19 12:18:08.473384766 -0600 -@@ -67,56 +67,3 @@ +--- a/libvips/Makefile.am ++++ b/libvips/Makefile.am +@@ -67,56 +67,3 @@ install-exec-hook: echo "#define VIPS_SONAME \"$$dlname\"" >> soname.h && \ cp soname.h $(DESTDIR)$(pkgincludedir) && \ rm soname.h |