diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 10:48:16 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 10:48:16 +0200 |
commit | 73e5ab93fb7679872cdc7cf718e960dbc1aefd25 (patch) | |
tree | c13918dd02750df484e548f2c8c8a41d388f7f4c | |
parent | 86203fa25fc0eb601b14ea96b37a4b26eb745efa (diff) | |
download | patches-73e5ab93fb7679872cdc7cf718e960dbc1aefd25.tar.gz |
Add textproc/heirloom-doctools/patch-alen
-rw-r--r-- | textproc/heirloom-doctools/patch-alen | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/heirloom-doctools/patch-alen b/textproc/heirloom-doctools/patch-alen new file mode 100644 index 0000000..fa76aee --- /dev/null +++ b/textproc/heirloom-doctools/patch-alen @@ -0,0 +1,19 @@ +$NetBSD + +Fix "abuff not big enough". + +(It is ironic that this isn't fixed in pkgsrc already, because +pkgsrc puts heirloom-doctools in a directory with a very long +path name.) + +--- refer/glue3.c.orig 2021-07-04 01:54:12.754175543 +0200 ++++ refer/glue3.c +@@ -74,7 +74,7 @@ corout(char *in, char *out, char *rprog, char *arg, int outlen) + return 0; + } + +-# define ALEN 50 ++# define ALEN 100 + + int + callhunt(char *in, char *out, char *arg, int outlen) |