ports/x11-clocks/wmbinclock/files/patch-xutils.c
Fernando Apesteguía 4db449c8a1 x11-clocks/wmbinclock: fix build in current
Another case of -fno-common issue.

While here, add a couple of missing xorg modules and remove a noop REINPLACE_CMD

PR:	249048
Submitted by:	logix@foobar.franken.de
MFH:	2020Q3 (build fix, -fno-common)
2020-09-02 10:05:06 +00:00

15 lines
284 B
C

--- xutils.c.orig 2015-12-06 01:59:53 UTC
+++ xutils.c
@@ -52,6 +52,12 @@ char *Geometry = "";
XpmIcon wmgen;
Pixmap pixmask;
+Display *display;
+Window Root;
+Window iconwin, win;
+int screen;
+int DisplayDepth;
+GC NormalGC;