29ada2e00b
The update from 3.7.2 -> 4.1.1 included some path restructuring in gzdoom, particularly around rendering bits. A list of source files that need SSE explicitly enabled for 32-bit architectures is included in src/CMakeLists.txt -- this had not been updated post-restructuring, leading to errors like: error: always_inline function '_mm_cvtss_f32' requires target feature 'mmx', but would be inlined into function 'AddLights' that is compiled without support for 'mmx' and failing the build. The patch being added updates the paths. It was submitted for upstreaming and subsequently accepted here: https://github.com/coelckers/gzdoom/pull/850 to appear in a release post-4.1.2. Reported by: pkg-fallout Approved by: koobs (ports), kevans (maintainer) |
||
---|---|---|
.. | ||
gzdoom.xpm | ||
patch-src_CMakeLists.txt | ||
patch-src_gamedata_fonts_font.cpp | ||
patch-src_rendering_vulkan_thirdparty_vk__mem__alloc_vk__mem__alloc.h |