ports/misc/wmwork/files/patch-wmgeneral.h
Alexey Dokuchaev 03aa5b7062 - Unbreak the build against modern compilers (-fno-common)
- Define LICENSE, convert to USES+=localbase and WRKSRC_SUBDIR
- Install provided documentation files, amend USE_XORG list
2021-02-10 17:18:34 +00:00

11 lines
251 B
C

--- wmgeneral.h.orig 2002-10-17 19:12:33 UTC
+++ wmgeneral.h
@@ -36,7 +36,7 @@ typedef struct {
/* Global variable */
/*******************/
-Display *display;
+extern Display *display;
/***********************/
/* Function Prototypes */