mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -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)
15 lines
393 B
C
15 lines
393 B
C
--- wmgeneral/wmgeneral.h.orig 2020-09-23 12:34:16 UTC
|
|
+++ wmgeneral/wmgeneral.h
|
|
@@ -36,9 +36,9 @@ typedef struct {
|
|
/* Global variable */
|
|
/*******************/
|
|
|
|
-Display *display;
|
|
-Window Root, iconwin, win;
|
|
-XpmIcon wmgen;
|
|
+extern Display *display;
|
|
+extern Window Root, iconwin, win;
|
|
+extern XpmIcon wmgen;
|
|
|
|
/***********************/
|
|
/* Function Prototypes */
|