diff options
| author | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:35:57 +0100 | 
|---|---|---|
| committer | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:35:57 +0100 | 
| commit | e95f1eb3d56771309515d4ce592ef72f13a136d5 (patch) | |
| tree | 2a1c83d053c5b36452697a73e473bf338b21d1af | |
| parent | ec437b9858af46e94c1153713b1d7cd5c3906561 (diff) | |
Refresh patches.
| -rw-r--r-- | debian/patches/01-zlib.patch | 6 | 
1 files 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 | 
