HomeFreeBSD

games/egl: unbreak the port's build against Clang 15

Description

games/egl: unbreak the port's build against Clang 15

Add #include "x11_linux.h" to obtain the prototype for the
X11_GetAuxKeyRemapName() function, otherwise compiler does
not know its return value and defaults to `int':

unix/unix_glimp.c:117:5: error: incompatible integer
to pointer conversion assigning to 'char *' from 'int'
[-Wint-conversion]

Reported by: pkg-fallout

Details

Provenance
danfeAuthored on Feb 15 2023, 4:39 AM
Parents
R11:17e9745faede: multimedia/dav1d: update to 1.1.0
Branches
Unknown
Tags
Unknown