1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:57:45 +00:00

Ports: Return nesalizer to upstream

This makes https://github.com/SerenityPorts/nesalizer obsolete.

The patch that hardcoded the SDL2 location is removed. The the patches
to the `Makefile` are quashed. A new install function is added.
This commit is contained in:
EWouters 2022-05-07 03:19:44 +02:00 committed by Linus Groh
parent 317ca37dc6
commit 81a2f09a80
5 changed files with 108 additions and 5 deletions

View file

@ -0,0 +1,14 @@
# Patches for nesalizer on SerenityOS
## `0001-Add-Serenity-to-Makefile.patch`
Add Serenity to Makefile
- Add `-lSDL2 -lgui -lipc -lgfx -lcore -lpthread -lregex`
- Disable RTTI
## `0002-Disable-backtracing.patch`
Disable backtracing