Skip to content

Commit

Permalink
media-gfx/iscan: fix building with boost 1.73 when gui use enabled
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/721696
Signed-off-by: Marcin Deranek <[email protected]>
Closes: gentoo#15742
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
Marcin Deranek authored and FuzzyGophers committed May 15, 2020
1 parent 8ea48e5 commit 6686b80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions media-gfx/iscan/files/iscan-3.62.0-boost-1.73.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 6686b80

Please sign in to comment.