diff --git a/www/w3m/Makefile b/www/w3m/Makefile index b2fb8ada52e..8fa91daa5b7 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -2,6 +2,7 @@ COMMENT= pager/text-based web browser DIST_TUPLE= srht rkta w3m 36005bf6ef17b0094e0c67a280edb5046383208d . PKGNAME= w3m-0.5.3pl20241116 +REVISION= 0 CATEGORIES= www diff --git a/www/w3m/patches/patch-file_c b/www/w3m/patches/patch-file_c new file mode 100644 index 00000000000..fa15613efd1 --- /dev/null +++ b/www/w3m/patches/patch-file_c @@ -0,0 +1,12 @@ +Index: file.c +--- file.c.orig ++++ file.c +@@ -2225,6 +2225,8 @@ loadGeneralFile(char *path, ParsedURL *volatile curren + } + else if (w3m_dump & DUMP_FRAME) + return NULL; ++ else ++ proc = NULL; + + if (t_buf == NULL) + t_buf = newBuffer(INIT_BUFFER_WIDTH);