diff options
author | kris <kris@FreeBSD.org> | 2002-09-07 11:16:29 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-07 11:16:29 +0800 |
commit | df98fec78d5c01f9b105947547d5581114922a12 (patch) | |
tree | c5681db22fbce6febb1e47d8154ca861010aae53 /sysutils | |
parent | 7004e76be38a8d4161fcd41d2063befa8ec59e48 (diff) | |
download | freebsd-ports-gnome-df98fec78d5c01f9b105947547d5581114922a12.tar.gz freebsd-ports-gnome-df98fec78d5c01f9b105947547d5581114922a12.tar.zst freebsd-ports-gnome-df98fec78d5c01f9b105947547d5581114922a12.zip |
Attempt to fix build by s/friend/friend class/. This still blows up later
though.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bbapm/files/patch-LinkedList.hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/bbapm/files/patch-LinkedList.hh b/sysutils/bbapm/files/patch-LinkedList.hh new file mode 100644 index 000000000000..24ff55576575 --- /dev/null +++ b/sysutils/bbapm/files/patch-LinkedList.hh @@ -0,0 +1,11 @@ +--- LinkedList.hh.orig Fri Sep 6 20:14:52 2002 ++++ LinkedList.hh Fri Sep 6 20:14:58 2002 +@@ -63,7 +63,7 @@ + int elements; + __llist_node *_first, *_last; + +- friend __llist_iterator; ++ friend class __llist_iterator; + + + protected: |