mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
While we are at it: - define LICENSE - switch to USES=localbase - add missing include for errx() PR: 267588 MFH: 2023Q1 Approved by: build fix blanket, maintainer timeout Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38511
11 lines
251 B
C
11 lines
251 B
C
--- wmgeneral.h.orig 2022-11-06 10:29:16 UTC
|
|
+++ wmgeneral.h
|
|
@@ -36,7 +36,7 @@ typedef struct {
|
|
/* Global variable */
|
|
/*******************/
|
|
|
|
-Display *display;
|
|
+extern Display *display;
|
|
|
|
/***********************/
|
|
/* Function Prototypes */
|