summaryrefslogtreecommitdiff
path: root/palm/pilot-link/files/patch-aj
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-07 02:45:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-07 02:45:31 +0000
commitf99541466b2caf861cf4cdb7b607e10d3aa2a4c7 (patch)
tree57ca36bf522db550ada047b16e43d13fa6c9bb18 /palm/pilot-link/files/patch-aj
parentDepend 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-aj')
-rw-r--r--palm/pilot-link/files/patch-aj11
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/pilot-link/files/patch-aj b/palm/pilot-link/files/patch-aj
new file mode 100644
index 000000000000..cebb77b903b5
--- /dev/null
+++ b/palm/pilot-link/files/patch-aj
@@ -0,0 +1,11 @@
+--- ./include/pi-memo.hxx.kan Mon Jun 17 16:34:24 2002
++++ ./include/pi-memo.hxx Mon Jun 17 16:35:35 2002
+@@ -19,7 +19,7 @@
+
+ class memo_t : public baseApp_t
+ {
+- friend memoList_t;
++ friend class memoList_t;
+
+ char *_text;
+ int _size;