diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-07 02:45:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-07 02:45:31 +0000 |
commit | f99541466b2caf861cf4cdb7b607e10d3aa2a4c7 (patch) | |
tree | 57ca36bf522db550ada047b16e43d13fa6c9bb18 /palm/pilot-link/files/patch-ak | |
parent | Depend on libgmp-freebsd to fix build on -current (diff) |
Fix compilation on -current
Submitted by: kan
PR: ports/39440
Notes
Notes:
svn path=/head/; revision=65755
Diffstat (limited to 'palm/pilot-link/files/patch-ak')
-rw-r--r-- | palm/pilot-link/files/patch-ak | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/palm/pilot-link/files/patch-ak b/palm/pilot-link/files/patch-ak new file mode 100644 index 000000000000..b567ccda04d7 --- /dev/null +++ b/palm/pilot-link/files/patch-ak @@ -0,0 +1,12 @@ +--- ./include/pi-todo.hxx.kan Mon Jun 17 16:34:24 2002 ++++ ./include/pi-todo.hxx Mon Jun 17 16:35:43 2002 +@@ -23,7 +23,7 @@ + + class todo_t : public baseApp_t + { +- friend todoList_t; ++ friend class todoList_t; + + struct tm *_due; // Non-NULL if there is a due date + int _priority; // A priority in the range 1-5 + |