diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-02-10 17:18:34 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-02-10 17:18:34 +0000 |
| commit | 03aa5b7062d506f524637aec3a5610200b9f86e4 (patch) | |
| tree | da3baa0642ccd9b6c1a134b07984f5c1f830e5d1 /misc/wmwork/files/patch-wmgeneral.h | |
| parent | www/youtube_dlc: Update to 2021.02.09 (diff) | |
- 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
Notes
Notes:
svn path=/head/; revision=564885
Diffstat (limited to 'misc/wmwork/files/patch-wmgeneral.h')
| -rw-r--r-- | misc/wmwork/files/patch-wmgeneral.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/wmwork/files/patch-wmgeneral.h b/misc/wmwork/files/patch-wmgeneral.h new file mode 100644 index 000000000000..e51a1eb38455 --- /dev/null +++ b/misc/wmwork/files/patch-wmgeneral.h @@ -0,0 +1,11 @@ +--- 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 */ |
