1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/x11/slop
Jan Beich 401356c68d 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)
2021-09-10 04:32:45 +00:00
..
distinfo x11/slop: unbreak with libglvnd >= 1.3.4 2021-09-10 04:32:45 +00:00
Makefile x11/slop: unbreak with libglvnd >= 1.3.4 2021-09-10 04:32:45 +00:00
pkg-descr