summaryrefslogtreecommitdiff
path: root/debian/patches/01-zlib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/01-zlib.patch')
-rw-r--r--debian/patches/01-zlib.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/01-zlib.patch b/debian/patches/01-zlib.patch
deleted file mode 100644
index 2014c82..0000000
--- a/debian/patches/01-zlib.patch
+++ /dev/null
@@ -1,25 +0,0 @@
----
- configure.ac | 1 +
- src/Makefile.am | 1 +
- 2 files changed, 2 insertions(+)
-
---- simple-scan.orig/configure.ac
-+++ simple-scan/configure.ac
-@@ -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])])
-+AC_CHECK_HEADERS([zlib.h],[],[AC_MSG_ERROR([ZLib not found])])
-
- dnl ###########################################################################
- dnl Documentation
---- simple-scan.orig/src/Makefile.am
-+++ simple-scan/src/Makefile.am
-@@ -46,6 +46,7 @@ simple_scan_LDADD = \
- $(SIMPLE_SCAN_LIBS) \
- $(COLORD_LIBS) \
- -lsane \
-+ -lz \
- -lm
-
- CLEANFILES = \