summaryrefslogtreecommitdiff
path: root/textproc/nicetext
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:54:26 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:54:26 +0000
commit4d3f57a6352712dd4948eaa3de508c217b1a3c02 (patch)
tree450d0ba7919543e50f0882e808c2bfab6e86621b /textproc/nicetext
parentCompensate for not having a generic.h on -current boxes. (diff)
s/String/string/g so this builds again.
Notes
Notes: svn path=/head/; revision=19682
Diffstat (limited to 'textproc/nicetext')
-rw-r--r--textproc/nicetext/files/patch-aa11
-rw-r--r--textproc/nicetext/files/patch-ab11
2 files changed, 22 insertions, 0 deletions
diff --git a/textproc/nicetext/files/patch-aa b/textproc/nicetext/files/patch-aa
new file mode 100644
index 000000000000..68dc23a410d9
--- /dev/null
+++ b/textproc/nicetext/files/patch-aa
@@ -0,0 +1,11 @@
+--- gendict/src/genmodel.cc.orig Sat Jun 19 17:22:05 1999
++++ gendict/src/genmodel.cc Sat Jun 19 17:22:34 1999
+@@ -102,7 +102,7 @@
+ #include <fstream.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <String.h>
++#include <string.h>
+ #include "../../mtc++/include/MTC++.h"
+ #include "../../mtc++/include/mstring.h"
+ #include "../../mtc++/include/errormsg.h"
diff --git a/textproc/nicetext/files/patch-ab b/textproc/nicetext/files/patch-ab
new file mode 100644
index 000000000000..24c3e583e2b0
--- /dev/null
+++ b/textproc/nicetext/files/patch-ab
@@ -0,0 +1,11 @@
+--- babble/src/bitcp.cc.orig Sat Jun 19 17:24:53 1999
++++ babble/src/bitcp.cc Sat Jun 19 17:25:04 1999
+@@ -39,7 +39,7 @@
+ #include <fstream.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <String.h>
++#include <string.h>
+ #include <unistd.h>
+ #include "../../mtc++/include/MTC++.h"
+ #include "../../mtc++/include/mstring.h"