[Bug 258269] graphics/libglvnd: update to 1.3.4
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258269] graphics/libglvnd: update to 1.3.4"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Sep 2021 04:33:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258269
--- Comment #14 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=401356c68dd0b526acfd0e75b83da32001628c06
commit 401356c68dd0b526acfd0e75b83da32001628c06
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-09-10 02:18:27 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-09-10 04:32:45 +0000
x11/slop: unbreak with libglvnd >= 1.3.4
src/framebuffer.cpp:55:9: error: use of undeclared identifier
'XDestroyImage'; did you mean 'XDestroyIC'?
XDestroyImage( image );
^~~~~~~~~~~~~
XDestroyIC
/usr/local/include/X11/Xlib.h:3867:13: note: 'XDestroyIC' declared here
extern void XDestroyIC(
^
src/framebuffer.cpp:55:24: error: cannot initialize a parameter of type
'XIC' (aka '_XIC *') with an lvalue of type 'XImage *' (aka '_XImage *')
XDestroyImage( image );
^~~~~
/usr/local/include/X11/Xlib.h:3869:1: note: passing argument to parameter
here
);
^
PR: 258269
Reported by: antoine (via exp-run)
x11/slop/Makefile | 3 +++
x11/slop/distinfo | 2 ++
2 files changed, 5 insertions(+)
--
You are receiving this mail because:
You are on the CC list for the bug.