ports/x11-clocks/wmtime/files/patch-wmgeneral.h
Josh Paetzel 1cbce2fe15 Patch source code to fix the problem -fno-common tripped over
Along the way take maintainership.  I have a soft spot for WM

Fixing this was faster than replying to the thread caused by r546907
2020-08-30 03:11:46 +00:00

11 lines
308 B
C

--- ../wmgeneral/wmgeneral.h.orig 2020-08-29 19:54:52.707315000 -0700
+++ ../wmgeneral/wmgeneral.h 2020-08-29 19:55:08.284120000 -0700
@@ -28,7 +28,7 @@
/* Global variable */
/*******************/
-Display *display;
+extern Display *display;
/***********************/
/* Function Prototypes */