aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/nicetext
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-23 01:54:26 +0800
committersteve <steve@FreeBSD.org>1999-06-23 01:54:26 +0800
commit285d50402ba63926716dd629a7ac90f61b821292 (patch)
tree474f78fe0d4046a8bb6fca415d472044f1251772 /textproc/nicetext
parent6ac7ec75cdac8053d7712151d32e6cc54a122b03 (diff)
downloadfreebsd-ports-gnome-285d50402ba63926716dd629a7ac90f61b821292.tar.gz
freebsd-ports-gnome-285d50402ba63926716dd629a7ac90f61b821292.tar.zst
freebsd-ports-gnome-285d50402ba63926716dd629a7ac90f61b821292.zip
s/String/string/g so this builds again.
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"