mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
* 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)
11 lines
181 B
C
11 lines
181 B
C
--- 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;
|