CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/05/02 08:04:34
Modified files:
devel/sdl2 : Makefile
devel/sdl2/patches: patch-src_SDL_c
Log message:
add environment variable SDL_PLATFORM which can be used to pose as a
different platform than default 'OpenBSD'. For a while, sdl2 returned
'Linux' there for compatibility reasons, until update to 2.0.18 on
2021-12-18. Afterwards, it was found that there are still occasional
cases of FNA games that check for platform, but don't recognize
OpenBSD. This can now be circumvented with SDL_PLATFORM=Linux.