mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Partially fix build on -current. This is still broken.
This commit is contained in:
parent
7c56ecfa5c
commit
db536f0537
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65760
1 changed files with 11 additions and 0 deletions
11
x11-clocks/bbdate/files/patch-aa
Normal file
11
x11-clocks/bbdate/files/patch-aa
Normal file
|
@ -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:
|
Loading…
Add table
Reference in a new issue