diff --git a/Ports/SDL2-GNUBoy/patches/fix-make.patch b/Ports/SDL2-GNUBoy/patches/0001-Rewrite-the-makefile-for-serenity.patch similarity index 84% rename from Ports/SDL2-GNUBoy/patches/fix-make.patch rename to Ports/SDL2-GNUBoy/patches/0001-Rewrite-the-makefile-for-serenity.patch index 7a25b95139..8eca4ab0dd 100644 --- a/Ports/SDL2-GNUBoy/patches/fix-make.patch +++ b/Ports/SDL2-GNUBoy/patches/0001-Rewrite-the-makefile-for-serenity.patch @@ -1,3 +1,13 @@ +From 0b3d749c08bada65bc6868befe6c7190c2caf32b Mon Sep 17 00:00:00 2001 +From: Ali Mohammad Pur +Date: Sun, 15 May 2022 17:39:49 +0430 +Subject: [PATCH] Rewrite the makefile for serenity + +Co-Authored-By: Gunnar Beutner +--- + makefile | 68 ++++++++++++++++++++++++++++++++++++++++---------------- + 1 file changed, 49 insertions(+), 19 deletions(-) + diff --git a/makefile b/makefile index 8730b6c..bc1fefb 100644 --- a/makefile @@ -78,3 +88,6 @@ index 8730b6c..bc1fefb 100644 - rm -f *gnuboy sdl2gnuboy.exe mac-sdl2gnuboy gmon.out *.o sys/*.o lib/*/*.o sys/*/*.o src/*.o \ No newline at end of file + rm -f *gnuboy sdl2gnuboy.exe gmon.out *.o sys/*.o sys/*/*.o $(OBJS) +-- +2.36.1 + diff --git a/Ports/SDL2-GNUBoy/patches/ReadMe.md b/Ports/SDL2-GNUBoy/patches/ReadMe.md index fd16886b00..3243b911d9 100644 --- a/Ports/SDL2-GNUBoy/patches/ReadMe.md +++ b/Ports/SDL2-GNUBoy/patches/ReadMe.md @@ -1,6 +1,8 @@ -# Patches for SDL2-GNUBoy +# Patches for SDL2-GNUBoy on SerenityOS + +## `0001-Rewrite-the-makefile-for-serenity.patch` + +Rewrite the makefile for serenity -## `fix-make.patch` -Rewrites the makefile, presumably to make it work for serenity.