mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50: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)
13 lines
285 B
C
13 lines
285 B
C
--- common.h.orig 2022-11-06 13:00:14 UTC
|
|
+++ common.h
|
|
@@ -23,8 +23,8 @@
|
|
#define T_DIR 1 /* -> DIR */
|
|
#define T_NED 2 /* DIR -> NON-EXISTENT DIR */
|
|
|
|
-WINDOW *mainw;
|
|
-WINDOW *logw;
|
|
+extern WINDOW *mainw;
|
|
+extern WINDOW *logw;
|
|
|
|
struct dest_new {
|
|
char *opath;
|