ports/lang/rexx-regutil/files/patch-regutil.c
Kurt Jaeger 8489b4ac92 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)
2016-05-08 17:50:04 +00:00

11 lines
479 B
C

--- regutil.c.orig 2004-01-16 14:57:12 UTC
+++ regutil.c
@@ -52,7 +52,7 @@ static void gettimeofday(struct timeval
struct {
char * name;
- APIRET (APIENTRY*funcptr)(PUCHAR fname, ULONG argc, PRXSTRING argv, PSZ pSomething, PRXSTRING result);
+ APIRET (APIENTRY*funcptr)(PCSZ fname, ULONG argc, PRXSTRING argv, PCSZ pSomething, PRXSTRING result);
} funclist[] = {
{"SYSADDREXXMACRO", sysaddrexxmacro},
{"SYSCLEARREXXMACROSPACE", sysclearrexxmacrospace},