ports/misc/wmjulia/files/patch-wmgeneral_wmgeneral.c
Fernando Apesteguía 862a3a9022 misc/wmjulia fix 13-Current build
Another instance of -fno-common issue.

While here:

 * Add missig USE_XORG dependency
 * Reorganize WRKSRC so we don't generate weird patches
 * Pet linters

PR:	249462
Submitted by:	jd.fbsd@goneja.de
MFH:	2020Q3 (build fix, -fno-common)
2020-09-23 12:10:46 +00:00

12 lines
254 B
C

--- wmgeneral/wmgeneral.c.orig 2020-09-23 12:34:09 UTC
+++ wmgeneral/wmgeneral.c
@@ -57,6 +57,9 @@
/* X11 Variables */
/*****************/
+Display *display;
+Window Root, iconwin, win;
+XpmIcon wmgen;
int screen;
int x_fd;
int d_depth;