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-ai | |
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-ai')
-rw-r--r-- | palm/pilot-link/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/pilot-link/files/patch-ai b/palm/pilot-link/files/patch-ai new file mode 100644 index 000000000000..8fe6e1ef2a12 --- /dev/null +++ b/palm/pilot-link/files/patch-ai @@ -0,0 +1,11 @@ +--- ./include/pi-iambicExpense.hxx.kan Mon Jun 17 16:34:24 2002 ++++ ./include/pi-iambicExpense.hxx Mon Jun 17 16:35:27 2002 +@@ -27,7 +27,7 @@ + + class iambicExpense_t : public baseApp_t + { +- friend iambicExpenseList_t; ++ friend class iambicExpenseList_t; + + short _flags; + char *_type; |