summaryrefslogtreecommitdiff
path: root/lang/rexx-regutil/files/patch-rxsupport.c
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-08 17:50:04 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-08 17:50:04 +0000
commit8489b4ac928e67c965c6f3113ec60870033751d5 (patch)
tree0428f7b1c0494fa6753c9516c8f3b5d7be57757c /lang/rexx-regutil/files/patch-rxsupport.c
parent- Update to 1.2.2. (diff)
lang/rexx-regutil: several patches
- additional MASTER_SITE (there was only one) - tidied Makefile considerably - fixed failure to build under different PREFIX - added DOC option - added EXAMPLES option, and now can have examples (there were none before) - eliminated numerous compilation warnings - REMOVED pkg-plist (only two files in it) - REMOVED pkg-message (now redundant) - ADDED new patches in files/ PR: 209379 Submitted by: bob@eager.cx (maintainer)
Diffstat (limited to 'lang/rexx-regutil/files/patch-rxsupport.c')
-rw-r--r--lang/rexx-regutil/files/patch-rxsupport.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/rexx-regutil/files/patch-rxsupport.c b/lang/rexx-regutil/files/patch-rxsupport.c
new file mode 100644
index 000000000000..f6cd121edc0c
--- /dev/null
+++ b/lang/rexx-regutil/files/patch-rxsupport.c
@@ -0,0 +1,11 @@
+--- rxsupport.c.orig 2003-09-10 21:09:44 UTC
++++ rxsupport.c
+@@ -612,7 +612,7 @@ int cha_adddummy(chararray *ca, const ch
+ }
+
+ ca->array[ca->count].strlength = len;
+- ca->array[ca->count++].strptr = (unsigned char *)str;
++ ca->array[ca->count++].strptr = (char *)str;
+
+ return 0;
+ }