1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 14:57:34 +00:00

Ports: Update milkytracker's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:21:11 +04:30 committed by Ali Mohammad Pur
parent e1a5f63e1a
commit 37857a629d
10 changed files with 157 additions and 60 deletions

View file

@ -0,0 +1,27 @@
# Patches for milkytracker on SerenityOS
## `0001-Include-strings.h.patch`
Include strings.h
## `0002-Remove-OpenGL.patch`
Remove OpenGL
## `0003-Set-C-standard-to-C-20-and-remove-some-unnecessary-s.patch`
Set C++ standard to C++20 and remove some unnecessary subdirectories
## `0004-Link-against-the-needed-serenity-libraries.patch`
Link against the needed serenity libraries
## `0005-Replace-tmpnam-with-mkstemp.patch`
Replace tmpnam with mkstemp