diff options
author | kris <kris@FreeBSD.org> | 2002-09-07 03:18:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-07 03:18:50 +0000 |
commit | c6c6fceee7e904dae7b1e12511964faca66f7ac6 (patch) | |
tree | db20062cd60dbb8e331b1ae074cff5be61e1432f | |
parent | df98fec78d5c01f9b105947547d5581114922a12 (diff) | |
download | FreeBSD-ports-c6c6fceee7e904dae7b1e12511964faca66f7ac6.zip FreeBSD-ports-c6c6fceee7e904dae7b1e12511964faca66f7ac6.tar.gz |
Partially fix build on -current. This is still broken.
-rw-r--r-- | x11-clocks/bbdate/files/patch-aa | 11 |
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 0000000..bb52d64 --- /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: |