From ca7421cceb63d5714d8d6f3f8809f0a7af727eeb Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Mon, 13 Aug 2007 12:58:18 +0000 Subject: Add the patch forgotten in my previous commit. Pointy hat to: novel --- multimedia/bmpx/files/patch-libhal++__device.hh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 multimedia/bmpx/files/patch-libhal++__device.hh (limited to 'multimedia') diff --git a/multimedia/bmpx/files/patch-libhal++__device.hh b/multimedia/bmpx/files/patch-libhal++__device.hh new file mode 100644 index 000000000000..c7ed49816f0f --- /dev/null +++ b/multimedia/bmpx/files/patch-libhal++__device.hh @@ -0,0 +1,14 @@ +--- ./libhal++/device.hh.orig 2007-08-08 21:48:40.000000000 +0200 ++++ ./libhal++/device.hh 2007-08-08 21:48:51.000000000 +0200 +@@ -60,11 +60,7 @@ + + inline bool operator==(iterator const& other) + { +-#ifdef HAVE_HAL_058 + return ((i.idx == other.i.idx) && (i.set == other.i.set)); +-#else +- return ((i.index == other.i.index) && (i.set == other.i.set)); +-#endif // HAVE_HAL_058 + } + + inline bool operator!=(iterator const& other) -- cgit v1.2.3