mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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)
12 lines
254 B
C
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;
|