summaryrefslogtreecommitdiff
path: root/debian/patches/01-zlib.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 18:18:19 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 18:18:19 +0200
commitcce8437bfbdb21e2b97025de6721c78f6d4654fc (patch)
tree3254cbee0a3ab39757bb7a1972faa884127f33cd /debian/patches/01-zlib.patch
parenta366a6feda133b888da763569953636c90017f57 (diff)
Imported Upstream version 3.13.4.2upstream/3.13.4.2
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 = \