summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Keadle <mkeadle@gentoo.org>2002-10-10 00:56:45 +0000
committerMatt Keadle <mkeadle@gentoo.org>2002-10-10 00:56:45 +0000
commit106cdfdf89786b863b02b837949c398d1916bc7e (patch)
tree1c962f9b61e9ce0b42579d82a572edb8d258dac3 /x11-misc/bbappconf/files
parentadded -alpha (diff)
downloadgentoo-2-106cdfdf89786b863b02b837949c398d1916bc7e.tar.gz
gentoo-2-106cdfdf89786b863b02b837949c398d1916bc7e.tar.bz2
gentoo-2-106cdfdf89786b863b02b837949c398d1916bc7e.zip
Revision bump to sure issues with gcc3.2
Diffstat (limited to 'x11-misc/bbappconf/files')
-rw-r--r--x11-misc/bbappconf/files/bbappconf.patch36
-rw-r--r--x11-misc/bbappconf/files/digest-bbappconf-0.0.1-r11
2 files changed, 37 insertions, 0 deletions
diff --git a/x11-misc/bbappconf/files/bbappconf.patch b/x11-misc/bbappconf/files/bbappconf.patch
new file mode 100644
index 000000000000..b4cf47d635a9
--- /dev/null
+++ b/x11-misc/bbappconf/files/bbappconf.patch
@@ -0,0 +1,36 @@
+diff -urN bbappconf-0.0.1-peak3/LinkedList.hh bbappconf-0.0.1-peak3-gcc-3.2/LinkedList.hh
+--- bbappconf-0.0.1-peak3/LinkedList.hh 2000-10-11 13:58:32.000000000 -0400
++++ bbappconf-0.0.1-peak3-gcc-3.2/LinkedList.hh 2002-10-08 22:50:21.000000000 -0400
+@@ -50,7 +50,7 @@
+ __llist *list;
+ __llist_node *node;
+
+- friend __llist;
++ friend struct __llist;
+
+
+ protected:
+@@ -73,7 +73,7 @@
+ __llist_node *_first, *_last;
+ __llist *iterators;
+
+- friend __llist_iterator;
++ friend class __llist_iterator;
+
+
+ protected:
+diff -urN bbappconf-0.0.1-peak3/Timer.hh bbappconf-0.0.1-peak3-gcc-3.2/Timer.hh
+--- bbappconf-0.0.1-peak3/Timer.hh 1999-11-13 17:49:45.000000000 -0500
++++ bbappconf-0.0.1-peak3-gcc-3.2/Timer.hh 2002-10-08 22:50:28.000000000 -0400
+@@ -47,7 +47,7 @@
+
+
+ class BTimer {
+- friend BaseDisplay;
++ friend class BaseDisplay;
+ private:
+ BaseDisplay *display;
+ TimeoutHandler *handler;
+
+
+
diff --git a/x11-misc/bbappconf/files/digest-bbappconf-0.0.1-r1 b/x11-misc/bbappconf/files/digest-bbappconf-0.0.1-r1
new file mode 100644
index 000000000000..1b4b67f8cc5e
--- /dev/null
+++ b/x11-misc/bbappconf/files/digest-bbappconf-0.0.1-r1
@@ -0,0 +1 @@
+MD5 d3972415511e9a783218110a932cbe5f bbappconf-0.0.1-peak3.tar.gz 80193