diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/02-zlib.patch | 39 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 40 insertions, 0 deletions
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 = \ diff --git a/debian/patches/series b/debian/patches/series index b7db254..a46cf4c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ # Empty +02-zlib.patch |