diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-05-17 09:54:13 +0430 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-05-19 20:17:10 +0430 |
commit | 80c745066b573c522f6b54cfebd0fdfe13fc7b7f (patch) | |
tree | 0c55e4436aa8976defe85b233ffb369daaa26402 | |
parent | d0edf2627c3d72fa1d59ba173bac1c0cc3cb27e9 (diff) | |
download | serenity-80c745066b573c522f6b54cfebd0fdfe13fc7b7f.zip |
Ports: Add a ReadMe.md for qt6-qtbase's patches
-rw-r--r-- | Ports/qt6-qtbase/patches/ReadMe.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Ports/qt6-qtbase/patches/ReadMe.md b/Ports/qt6-qtbase/patches/ReadMe.md new file mode 100644 index 0000000000..1588e770d0 --- /dev/null +++ b/Ports/qt6-qtbase/patches/ReadMe.md @@ -0,0 +1,33 @@ +# Patches for qt6-qtbase on SerenityOS + +## `0001-Add-a-SerenityOS-platform-definition.patch` + +Add a SerenityOS platform definition + + +## `0002-Disable-shared-memory-and-semaphores.patch` + +Disable shared memory and semaphores + +It's probably not done in the cleanest way but it works + +## `0003-Serenity-doesn-t-support-utimensat-and-UTIME_NOW.patch` + +Serenity doesn't support utimensat and UTIME_NOW + + +## `0004-Hack-Force-searching-for-plugins-in-usr-local.patch` + +Hack: Force searching for plugins in /usr/local + +I really don't know how else to do this but I'm sure there is a proper +way to handle this. But this works and doesn't break the system so +whatever for now. + +## `0005-Disable-version-tagging.patch` + +Disable version tagging + +This is necessary because as of now, Serenity doesn't support DT_VERSYM +and other related ELF objects + |