diff options
author | Marcin Deranek <marcin.deranek@booking.com> | 2020-05-10 22:29:57 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-14 20:31:17 -0400 |
commit | 6686b80086095c84794d6450be2d0ff6231f0ba6 (patch) | |
tree | de89462460572e93f58fef118f1cffc49ac0d730 /media-gfx/iscan | |
parent | dev-libs/botan: Fix installation of Python module (diff) | |
download | gentoo-6686b80086095c84794d6450be2d0ff6231f0ba6.tar.gz gentoo-6686b80086095c84794d6450be2d0ff6231f0ba6.tar.bz2 gentoo-6686b80086095c84794d6450be2d0ff6231f0ba6.zip |
media-gfx/iscan: fix building with boost 1.73 when gui use enabled
Bug: https://bugs.gentoo.org/721696
Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net>
Closes: https://github.com/gentoo/gentoo/pull/15742
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-gfx/iscan')
-rw-r--r-- | media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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) |