summaryrefslogtreecommitdiff
path: root/palm/pilot_makedoc/files/patch-aa
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-03-17 16:34:25 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-03-17 16:34:25 +0000
commitb27b250136cd2a01605094397298f7bc4e205e0f (patch)
treef75bf4b6e3822159b5e294cb2a071f81cd8ef5a6 /palm/pilot_makedoc/files/patch-aa
parentUpdate to 1.4 beta (diff)
- Fix pilot_makedoc to always print enough \n's
- Takeover maintainership - Bump PORTREVERSION PR: 35868 Submitted by: Simon Dick <simond@irrelevant.org>
Notes
Notes: svn path=/head/; revision=56252
Diffstat (limited to '')
-rw-r--r--palm/pilot_makedoc/files/patch-aa13
1 files changed, 10 insertions, 3 deletions
diff --git a/palm/pilot_makedoc/files/patch-aa b/palm/pilot_makedoc/files/patch-aa
index 03bc280a12e6..f1cf39902187 100644
--- a/palm/pilot_makedoc/files/patch-aa
+++ b/palm/pilot_makedoc/files/patch-aa
@@ -1,6 +1,6 @@
---- makedoc7.cpp.orig Sat May 10 20:05:27 1997
-+++ makedoc7.cpp Sat May 10 20:05:53 1997
-@@ -588,7 +584,7 @@
+--- makedoc7.cpp.orig Wed Mar 13 21:37:41 2002
++++ makedoc7.cpp Wed Mar 13 21:39:39 2002
+@@ -589,7 +589,7 @@
printf("\n -n builds the .prc file without compression");
printf("\n -b option compresses/decompresses binary");
#if UNIX
@@ -9,3 +9,10 @@
#endif
exit(1);
}
+@@ -746,5 +746,6 @@
+ fclose(fin);
+ fclose(fout);
+ }
++ printf("\n");
+ exit(0);
+ }