[Bug 258269] graphics/libglvnd: update to 1.3.4

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258269

--- Comment #14 from [email protected] ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=401356c68dd0b526acfd0e75b83da32001628c06

commit 401356c68dd0b526acfd0e75b83da32001628c06
Author:     Jan Beich <[email protected]>
AuthorDate: 2021-09-10 02:18:27 +0000
Commit:     Jan Beich <[email protected]>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.