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 <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman 2016-05-22 14:20:02 +03:00
parent 723e10cd6c
commit a26fd756db
1 changed files with 1 additions and 1 deletions

View File

@ -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