diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-05-16 22:55:50 +0430 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-05-19 20:17:10 +0430 |
commit | 32c380b7f9349562d9bcdbd8887763402ee3adea (patch) | |
tree | c34edbbb9ad62abec1199024c20fdb557b111b5a /Ports/openttd/patches/ReadMe.md | |
parent | 2c71a62e0910d3d34b096124cd6997ac14926a8d (diff) | |
download | serenity-32c380b7f9349562d9bcdbd8887763402ee3adea.zip |
Ports: Update openttd's patches to use git patches
Diffstat (limited to 'Ports/openttd/patches/ReadMe.md')
-rw-r--r-- | Ports/openttd/patches/ReadMe.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Ports/openttd/patches/ReadMe.md b/Ports/openttd/patches/ReadMe.md new file mode 100644 index 0000000000..404fc4abdc --- /dev/null +++ b/Ports/openttd/patches/ReadMe.md @@ -0,0 +1,34 @@ +# Patches for openttd on SerenityOS + +## `0001-All-sorts-of-fixes-for-the-build.patch` + +All sorts of fixes for the build + + + +## `0002-Memory.patch` + +Memory + +FIXME: There is no information available about this patch, fill this in. + +## `0003-Pass-setsockopt-argument-as-char.patch` + +Pass `setsockopt` argument as char* + + +## `0004-Stub-GetPerformanceTimer-to-return-0.patch` + +Stub GetPerformanceTimer() to return 0 + + +## `0005-Don-t-use-the-asm-version-of-rdtsc.patch` + +Don't use the asm version of rdtsc + + +## `0006-Don-t-set-any-signal-handlers.patch` + +Don't set any signal handlers + + |