gzdoom: only build for 64-bit architectures
authorDaniel Golle <daniel@makrotopia.org>
Sun, 8 Dec 2024 20:11:39 +0000 (20:11 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 9 Dec 2024 03:33:13 +0000 (03:33 +0000)
commit8add6bc3b63651943867e1ed5f5ef6759fadea68
treea0445928bd142f62b75c73888cc42f4a7ffe3972
parentb24439f50b1c3e4364f144441c07cd30229bc615
gzdoom: only build for 64-bit architectures

Only LP64/LLP64 builds are officially supported. Please do not attempt
to build for other platforms; even if the program succeeds in a MAP01
smoke test, there are e.g. known visual artifacts that lead to a bad
user experience.

Still allow build on 32-bit platforms in case BROKEN is selected, so
users can try if it would work on their system as forum claims a fix
had actually been applied long ago.

Link: https://forum.zdoom.org/viewtopic.php?f=7&t=75673
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
games/gzdoom/Makefile
games/gzdoom/patches/0002-fix-musl-fts.patch [deleted file]
games/gzdoom/patches/0003-define-cpu_set_t.patch [deleted file]
games/gzdoom/patches/002-fix-musl-fts.patch [new file with mode: 0644]
games/gzdoom/patches/003-define-cpu_set_t.patch [new file with mode: 0644]
games/gzdoom/patches/130-no-execinfo.patch [new file with mode: 0644]
games/gzdoom/patches/998-fix-vulkan-on-32-bit-platforms [new file with mode: 0644]
games/gzdoom/patches/999-remove-64bit-assertion.patch [new file with mode: 0644]
games/gzdoom/patches/no-execinfo.patch [deleted file]