1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/x11-clocks/wmbinclock/files/patch-xutils.h
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

19 lines
279 B
C

--- xutils.h.orig 2015-12-06 01:59:53 UTC
+++ xutils.h
@@ -15,15 +15,6 @@ typedef struct {
-/*
- * Global variable
- */
-Display *display;
-Window Root;
-Window iconwin, win;
-int screen;
-int DisplayDepth;
-GC NormalGC;