Date: Fri, 10 Sep 2021 04:33:39 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 258269] graphics/libglvnd: update to 1.3.4 Message-ID: <bug-258269-7141-M82NrvqyX3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-258269-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-258269-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258269 --- Comment #14 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D401356c68dd0b526acfd0e75b83da32= 001628c06 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 >=3D 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 paramet= er here ); ^ PR: 258269 Reported by: antoine (via exp-run) x11/slop/Makefile | 3 +++ x11/slop/distinfo | 2 ++ 2 files changed, 5 insertions(+) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258269-7141-M82NrvqyX3>