1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 19:47:48 +00:00

Ports: Add chocolate-doom 3.0.1

This commit is contained in:
Mike Swanson 2023-05-10 16:01:05 -07:00 committed by Andrew Kaster
parent f947c4f4fc
commit 041e29e585
4 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# Patches for chocolate-doom on SerenityOS
## `0001-Remove-redundant-demoextend-definition.patch`
Remove redundant demoextend definition
GCC 10 enables -fno-common by default, which causes the linker to fail when
there are multple definitions of a global variable.
See https://gcc.gnu.org/gcc-10/porting_to.html