ports/x11/wminfo/patches/patch-wmgeneral_wmgeneral_h

15 lines
304 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix build with -fno-common
Index: wmgeneral/wmgeneral.h
--- wmgeneral/wmgeneral.h.orig
+++ wmgeneral/wmgeneral.h
@@ -36,7 +36,7 @@ typedef struct {
/* Global variable */
/*******************/
-Display *display;
+extern Display *display;
/***********************/
/* Function Prototypes */