From 51c6e5725313a072fc40d34b03dcc49c2959f8e3 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 13 Jul 2010 00:29:35 +0200 Subject: Add zlib patch. --- debian/patches/02-zlib.patch | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 debian/patches/02-zlib.patch (limited to 'debian/patches/02-zlib.patch') diff --git a/debian/patches/02-zlib.patch b/debian/patches/02-zlib.patch new file mode 100644 index 0000000..c853fc0 --- /dev/null +++ b/debian/patches/02-zlib.patch @@ -0,0 +1,39 @@ +--- + debian/patches/02_zlib.patch | 32 ++++++++++++++++++++++++++++++++ + 1 file changed, 32 insertions(+) + +--- /dev/null ++++ simple-scan/debian/patches/02_zlib.patch +@@ -0,0 +1,32 @@ ++Index: simple-scan-2.31.4/configure.ac ++=================================================================== ++--- simple-scan-2.31.4.orig/configure.ac 2010-07-01 10:41:07.647854281 +1000 +++++ simple-scan-2.31.4/configure.ac 2010-07-01 10:41:47.307854280 +1000 ++@@ -30,7 +30,6 @@ ++ gconf-2.0 ++ gmodule-export-2.0 ++ gthread-2.0 ++- zlib, ++ cairo ++ gdk-pixbuf-2.0 ++ cairo-pdf ++@@ -41,6 +40,7 @@ ++ ++ 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 ########################################################################### ++Index: simple-scan-2.31.4/src/Makefile.am ++=================================================================== ++--- simple-scan-2.31.4.orig/src/Makefile.am 2010-07-01 10:41:14.017854282 +1000 +++++ simple-scan-2.31.4/src/Makefile.am 2010-07-01 10:41:23.817854281 +1000 ++@@ -30,6 +30,7 @@ ++ $(SIMPLE_SCAN_LIBS) \ ++ -lsane \ ++ -ljpeg \ +++ -lz \ ++ -lm ++ ++ DISTCLEANFILES = \ -- cgit v1.2.3