]> git.lizzy.rs Git - irrlicht.git/commit
Add support for OpenBSD
authorJosiahWI <41302989+JosiahWI@users.noreply.github.com>
Sat, 28 Aug 2021 16:12:40 +0000 (11:12 -0500)
committerGitHub <noreply@github.com>
Sat, 28 Aug 2021 16:12:40 +0000 (18:12 +0200)
commit2dc2846c3f8ec461c95e3b5e4f8e672f08eb31b5
tree01eab63126e407b45da07ab4339e6edbb72e4cc7
parent9690c1b3e30410f4780dc6466ae474cc1350f82a
Add support for OpenBSD

There were three patches OpenBSD applied to build Irrlicht, and I implemented two of them. The first required turning off joystick events on OpenBSD, and the second (which I didn't confirm was necessary) required some defines in os.h. The third patch would have added an include to CIrrDeviceLinux.cpp, but the file had changed quite a bit and I could not tell whether this was necessary, so I left it out, and it appears Irrlicht builds fine.
include/IrrCompileConfig.h
source/Irrlicht/os.cpp