diff options
author | Robert Clausecker <fuz@fuz.su> | 2022-11-07 20:05:30 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-11-08 17:40:20 +0100 |
commit | da3273f7c3c3f577dbaba14c06c689a81113a949 (patch) | |
tree | 6c0e01d654a2dfc9a16b0b37a6610ccb160176fe /sysutils/vcp/files/patch-main.c | |
parent | x11-wm/icewm: fix invalid paths in desktop files (diff) |
sysutils/vcp: Unbreak and set maintainer
* fix build with -fno-common
* simplify Makefile
* remove outdated WWW
* fix plist and install Polish man page
* fix bug when char is unsigned
* mirror distfile on my own site for redundancy
* take maintainership over this unmaintained port
PR: 267595
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q4 (build fix)
Diffstat (limited to 'sysutils/vcp/files/patch-main.c')
-rw-r--r-- | sysutils/vcp/files/patch-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/vcp/files/patch-main.c b/sysutils/vcp/files/patch-main.c new file mode 100644 index 000000000000..2d514fc4da25 --- /dev/null +++ b/sysutils/vcp/files/patch-main.c @@ -0,0 +1,11 @@ +--- main.c.orig 2022-11-06 13:00:37 UTC ++++ main.c +@@ -12,6 +12,8 @@ + #include "screen.h" + #include "misc.h" + ++WINDOW *mainw, *logw; ++ + struct dest_new dest; + + int use_color = 0; |