CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/05/06 14:54:50
Modified files:
games/openjk : Makefile
Added files:
games/openjk/patches: patch-code_CMakeLists_txt
Log message:
Add -lGL and -lGLU to openjk_sp
Unbreaks crash when toggling fullscreen in openjk_sp (singleplayer
binary). openjk (multiplayer binary) is linked with -lGL -lGLU, but
openjk_sp lacks these flags.
see: https://github.com/JACoders/OpenJK/pull/1037
ok bcallah@ and tobhe@
