mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -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)
18 lines
279 B
C
18 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;
|
|
|
|
|
|
|