From 0d87c58a1c5034d38c3d8b345157a0ff05b1d1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 28 Jan 2017 08:00:53 +0100 Subject: new debian/patches/0001-fix_missing_sane-config.patch --- debian/patches/0001-fix_missing_sane-config.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) create mode 100644 debian/patches/0001-fix_missing_sane-config.patch (limited to 'debian/patches') diff --git a/debian/patches/0001-fix_missing_sane-config.patch b/debian/patches/0001-fix_missing_sane-config.patch new file mode 100644 index 0000000..3750797 --- /dev/null +++ b/debian/patches/0001-fix_missing_sane-config.patch @@ -0,0 +1,16 @@ +Index: trunk/configure.in +=================================================================== +--- trunk.orig/configure.in ++++ trunk/configure.in +@@ -112,7 +112,10 @@ fi + + AC_CHECK_TOOL(RANLIB, ranlib, :) + +-AM_PATH_SANE(1.0.0, HAVE_SANE=yes, ) ++PKG_CHECK_MODULES([SANE], [sane-backends >= 1.0.0]) ++PKG_CHECK_VAR([SANE_PREFIX], [sane-backends >= 1.0.0], [prefix]) ++PKG_CHECK_VAR([SANE_LDFLAGS], [sane-backends >= 1.0.0], [ldflags], ++ [HAVE_SANE=yes]) + dnl Print error message if sane is missing + if test "x${HAVE_SANE}" = "x"; then + echo "**********************************************************************" diff --git a/debian/patches/series b/debian/patches/series index 8c0069e..bb24e0e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +0001-fix_missing_sane-config.patch 30_gimp_init.patch 25_manpages-typo.patch 01_xcam.c_dead_code.patch -- cgit v1.2.3