summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Mohammad Pur <ali.mpfard@gmail.com>2022-05-16 19:21:26 +0430
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2022-05-19 20:17:10 +0430
commitf901f98814a1b6cab1c08f83b2c95d42636e5c34 (patch)
tree90cef7ca38017beacda7a08c0726a0f5e391bf46
parent1dc03216abc9cab77cbf3e69cfc725cf2569b821 (diff)
downloadserenity-f901f98814a1b6cab1c08f83b2c95d42636e5c34.zip
Ports: Update SDL2-GNUBoy's patches to use git patches
-rw-r--r--Ports/SDL2-GNUBoy/patches/0001-Rewrite-the-makefile-for-serenity.patch (renamed from Ports/SDL2-GNUBoy/patches/fix-make.patch)13
-rw-r--r--Ports/SDL2-GNUBoy/patches/ReadMe.md8
2 files changed, 18 insertions, 3 deletions
diff --git a/Ports/SDL2-GNUBoy/patches/fix-make.patch b/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 <ali.mpfard@gmail.com>
+Date: Sun, 15 May 2022 17:39:49 +0430
+Subject: [PATCH] Rewrite the makefile for serenity
+
+Co-Authored-By: Gunnar Beutner <gbeutner@serenityos.org>
+---
+ 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.