summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2004-12-31 10:24:11 +0000
committerMarkus Rothe <corsair@gentoo.org>2004-12-31 10:24:11 +0000
commita252b6238f1332bb706d49ea9295be12441afc4a (patch)
treeabd7ed3f726c120b6cb4299a9e3986224aa138c0 /x11-wm/blackbox/files
parentAdded ~ppc64 to KEYWORDS (Manifest recommit) (diff)
downloadgentoo-2-a252b6238f1332bb706d49ea9295be12441afc4a.tar.gz
gentoo-2-a252b6238f1332bb706d49ea9295be12441afc4a.tar.bz2
gentoo-2-a252b6238f1332bb706d49ea9295be12441afc4a.zip
Added gcc34 patch and ~ppc64 to KEYWORDS
Diffstat (limited to 'x11-wm/blackbox/files')
-rw-r--r--x11-wm/blackbox/files/blackbox-0.65.0-gcc34.patch15
-rw-r--r--x11-wm/blackbox/files/digest-blackbox-0.65.0-r41
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-wm/blackbox/files/blackbox-0.65.0-gcc34.patch b/x11-wm/blackbox/files/blackbox-0.65.0-gcc34.patch
new file mode 100644
index 000000000000..b885a20df0d0
--- /dev/null
+++ b/x11-wm/blackbox/files/blackbox-0.65.0-gcc34.patch
@@ -0,0 +1,15 @@
+--- src/Timer.hh.orig 2002-08-23 14:50:54.000000000 -0400
++++ src/Timer.hh 2004-04-11 01:23:27.000000000 -0400
+@@ -98,9 +98,10 @@
+ ~_timer_queue(void) {}
+
+ void release(const _Tp& value) {
+- c.erase(std::remove(c.begin(), c.end(), value), c.end());
++ _Base::c.erase(std::remove(_Base::c.begin(), _Base::c.end(), value),
++ _Base::c.end());
+ // after removing the item we need to make the heap again
+- std::make_heap(c.begin(), c.end(), comp);
++ std::make_heap(_Base::c.begin(), _Base::c.end(), _Base::comp);
+ }
+ bool empty(void) const { return _Base::empty(); }
+ size_t size(void) const { return _Base::size(); }
diff --git a/x11-wm/blackbox/files/digest-blackbox-0.65.0-r4 b/x11-wm/blackbox/files/digest-blackbox-0.65.0-r4
new file mode 100644
index 000000000000..ac23630d0dc1
--- /dev/null
+++ b/x11-wm/blackbox/files/digest-blackbox-0.65.0-r4
@@ -0,0 +1 @@
+MD5 08560fa287c68d65fbe894696d04deaf blackbox-0.65.0.tar.gz 292950