diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/01-zlib.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/01-zlib.patch b/debian/patches/01-zlib.patch index 8a78c06..2014c82 100644 --- a/debian/patches/01-zlib.patch +++ b/debian/patches/01-zlib.patch @@ -5,7 +5,7 @@ --- simple-scan.orig/configure.ac +++ simple-scan/configure.ac -@@ -39,6 +39,7 @@ AM_CONDITIONAL(HAVE_COLORD, test $have_c +@@ -38,6 +38,7 @@ AM_CONDITIONAL(HAVE_COLORD, test $have_c AC_CHECK_HEADERS([sane/sane.h],[],[AC_MSG_ERROR([SANE not found])]) AC_CHECK_HEADERS([sane/saneopts.h],[],[AC_MSG_ERROR([SANE not found])]) @@ -15,7 +15,7 @@ dnl Documentation --- simple-scan.orig/src/Makefile.am +++ simple-scan/src/Makefile.am -@@ -47,6 +47,7 @@ simple_scan_LDADD = \ +@@ -46,6 +46,7 @@ simple_scan_LDADD = \ $(SIMPLE_SCAN_LIBS) \ $(COLORD_LIBS) \ -lsane \ |