From: Marcin Deranek Date: Sun, 10 May 2020 20:29:57 +0000 (+0200) Subject: media-gfx/iscan: fix building with boost 1.73 when gui use enabled X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6686b80086095c84794d6450be2d0ff6231f0ba6;p=gentoo.git media-gfx/iscan: fix building with boost 1.73 when gui use enabled Bug: https://bugs.gentoo.org/721696 Signed-off-by: Marcin Deranek Closes: https://github.com/gentoo/gentoo/pull/15742 Signed-off-by: Aaron Bauman --- diff --git a/media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch b/media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch index d55a464823b8..da6cc66c13be 100644 --- a/media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch +++ b/media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch @@ -31,3 +31,14 @@ diff -urN a/sane/handle.cpp b/sane/handle.cpp namespace sane { +--- utsushi-0.62.0/gtkmm/pump.cpp.orig 2019-11-18 03:08:48.000000000 +0100 ++++ utsushi-0.62.0/gtkmm/pump.cpp 2020-05-10 21:59:32.986379049 +0200 +@@ -31,6 +31,8 @@ + namespace utsushi { + namespace gtkmm { + ++using namespace boost::placeholders; ++ + pump::pump (idevice::ptr idev) + : utsushi::pump (idev) + , idev_ptr_(idev)