summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-08-13 12:58:18 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-08-13 12:58:18 +0000
commitca7421cceb63d5714d8d6f3f8809f0a7af727eeb (patch)
tree64d8111c73bbb5ecff546a9aa9fe1224eb8312cb /multimedia
parent- 0.9.4 (diff)
Add the patch forgotten in my previous commit.
Pointy hat to: novel
Notes
Notes: svn path=/head/; revision=197574
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/bmpx/files/patch-libhal++__device.hh14
1 files changed, 14 insertions, 0 deletions
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)