mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
4db449c8a1
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)
19 lines
279 B
C
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;
|
|
|
|
|
|
|