summaryrefslogtreecommitdiff
path: root/x11-clocks/bbdate
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-07 03:18:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-07 03:18:50 +0000
commitdb536f0537548e9917a322e42c91082b74ab1446 (patch)
tree0bc6189825e564c818eb255787319ea45935581d /x11-clocks/bbdate
parentAttempt to fix build by s/friend/friend class/. This still blows up later (diff)
Partially fix build on -current. This is still broken.
Notes
Notes: svn path=/head/; revision=65760
Diffstat (limited to 'x11-clocks/bbdate')
-rw-r--r--x11-clocks/bbdate/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/bbdate/files/patch-aa b/x11-clocks/bbdate/files/patch-aa
new file mode 100644
index 000000000000..bb52d6494472
--- /dev/null
+++ b/x11-clocks/bbdate/files/patch-aa
@@ -0,0 +1,11 @@
+--- LinkedList.hh.orig Fri Sep 6 20:17:41 2002
++++ LinkedList.hh Fri Sep 6 20:17:47 2002
+@@ -63,7 +63,7 @@
+ int elements;
+ __llist_node *_first, *_last;
+
+- friend __llist_iterator;
++ friend class __llist_iterator;
+
+
+ protected: