diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2020-08-23 16:08:43 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2020-08-23 16:08:43 +0000 |
commit | 082d51fbce69b3794e89b56af7eb8c648c6fb13c (patch) | |
tree | d0c8fde6a07f650947eb09f4c8efb4ba784fb190 /x11-clocks/wmcalclock/files/patch-xutils.c | |
parent | Fix build with -fno-common. (diff) |
- Fix dependency.
- Fix a build breakage when -fno-common is specified.
- Regenerate patch files.
- Move the directory creation for DOCSDIR to pre-install.
Notes
Notes:
svn path=/head/; revision=545828
Diffstat (limited to 'x11-clocks/wmcalclock/files/patch-xutils.c')
-rw-r--r-- | x11-clocks/wmcalclock/files/patch-xutils.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-clocks/wmcalclock/files/patch-xutils.c b/x11-clocks/wmcalclock/files/patch-xutils.c new file mode 100644 index 000000000000..3b2bcdff3556 --- /dev/null +++ b/x11-clocks/wmcalclock/files/patch-xutils.c @@ -0,0 +1,15 @@ +--- xutils.c.orig 1999-03-27 06:46:38 UTC ++++ xutils.c +@@ -39,7 +39,11 @@ + #include <X11/extensions/shape.h> + #include "xutils.h" + +- ++Display *display; ++Window Root; ++Window iconwin, win; ++int screen; ++int DisplayDepth; + + /* + * X11 Variables |