1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:37:45 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From e9875cfafe88de258da81b2b366a534d7f1edfc4 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Timothy <timmot@users.noreply.github.com>
Date: Thu, 3 Jun 2021 14:20:09 -0700
Subject: [PATCH 1/2] Enable the windows function stubs for serenity
Subject: [PATCH] Enable the windows function stubs for serenity
---
src/main.c | 2 +-
@ -20,6 +20,3 @@ index 3e8fdde..3432fe8 100644
static int min(int l, int r) { return l < r ? l : r; }
static void strcat_s(char * dest, int size, char * str) {
unsigned int dlen = strlen(dest);
--
2.36.1

View file

@ -1,14 +1,14 @@
From e588447c853b3df909747002985f833a428c8c37 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Timothy <timmot@users.noreply.github.com>
Date: Mon, 16 May 2022 23:23:21 +0430
Subject: [PATCH 2/2] Manually set the SDL2 include path and library dir
Subject: [PATCH] Manually set the SDL2 include path and library dir
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 1153e0c..9c70190 100644
index 1153e0c..da26e9d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@ OBJS = reciter.o sam.o render.o main.o debug.o processframes.o createtransitions
@ -22,6 +22,3 @@ index 1153e0c..9c70190 100644
# no libsdl present
#CFLAGS = -Wall -O2
--
2.36.1