From e95f1eb3d56771309515d4ce592ef72f13a136d5 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Sat, 5 Oct 2013 15:35:57 +0100 Subject: Refresh patches. --- debian/patches/01-zlib.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/01-zlib.patch b/debian/patches/01-zlib.patch index 6314ec4..8a78c06 100644 --- a/debian/patches/01-zlib.patch +++ b/debian/patches/01-zlib.patch @@ -10,15 +10,15 @@ AC_CHECK_HEADERS([sane/sane.h],[],[AC_MSG_ERROR([SANE not found])]) AC_CHECK_HEADERS([sane/saneopts.h],[],[AC_MSG_ERROR([SANE not found])]) +AC_CHECK_HEADERS([zlib.h],[],[AC_MSG_ERROR([ZLib not found])]) - AC_CHECK_HEADERS([jpeglib.h],[],[AC_MSG_ERROR([libjpeg not found])]) dnl ########################################################################### + dnl Documentation --- simple-scan.orig/src/Makefile.am +++ simple-scan/src/Makefile.am -@@ -40,6 +40,7 @@ simple_scan_LDADD = \ +@@ -47,6 +47,7 @@ simple_scan_LDADD = \ + $(SIMPLE_SCAN_LIBS) \ $(COLORD_LIBS) \ -lsane \ - -ljpeg \ + -lz \ -lm -- cgit v1.2.3