From a26fd756db6864fd7be7dc7035336537fd3cfe6d Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 22 May 2016 14:20:02 +0300 Subject: [PATCH] vips: fix patch Correct spelling in a patch back to the faulty original, as the patch wes broken by #2594 This commit fixes #2719 Signed-off-by: Hannu Nyman --- libs/vips/patches/001-no_cpp.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vips/patches/001-no_cpp.patch b/libs/vips/patches/001-no_cpp.patch index 4ecd991083..72e841c5bb 100644 --- a/libs/vips/patches/001-no_cpp.patch +++ b/libs/vips/patches/001-no_cpp.patch @@ -98,7 +98,7 @@ diff -u --recursive --new-file vips-7.42.1-vanilla/libvips/Makefile.am vips-7.42 -nodist_EXTRA_libvips_la_SOURCES = resample/dummy2.cc -endif - - # DLLs need dependent libs there too ... put @VIPS_LIBS@ at the end + # DLLs need dependant libs there too ... put @VIPS_LIBS@ at the end libvips_la_LIBADD = \ resample/libresample.la \ diff -u --recursive --new-file vips-7.42.1-vanilla/libvips/resample/Makefile.am vips-7.42.1/libvips/resample/Makefile.am