summaryrefslogtreecommitdiff
path: root/debian/patches/02-zlib.patch
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2010-08-31 01:08:57 +0200
committerAlessio Treglia <alessio@debian.org>2010-08-31 01:08:57 +0200
commit746f9bd80132bba8108bd546b1fc65e06cd8cfa2 (patch)
treebbce681d946bf917b42c48d49f9d6be61c470417 /debian/patches/02-zlib.patch
parentf965277f8907ec52bfd93bc20486b14d8d522d9c (diff)
Rename patches and change the order they apply.debian/2.31.91-1
Diffstat (limited to 'debian/patches/02-zlib.patch')
-rw-r--r--debian/patches/02-zlib.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/02-zlib.patch b/debian/patches/02-zlib.patch
deleted file mode 100644
index fb64fb6..0000000
--- a/debian/patches/02-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
-@@ -40,6 +40,7 @@ PKG_CHECK_MODULES(SIMPLE_SCAN, [
-
- 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 ###########################################################################
---- simple-scan.orig/src/Makefile.am
-+++ simple-scan/src/Makefile.am
-@@ -30,6 +30,7 @@ simple_scan_LDADD = \
- $(SIMPLE_SCAN_LIBS) \
- -lsane \
- -ljpeg \
-+ -lz \
- -lm
-
- DISTCLEANFILES = \