mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
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)
15 lines
284 B
C
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;
|
|
|
|
|
|
|