mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
Ports: Add a ReadMe.md for qt6-qtbase's patches
This commit is contained in:
parent
d0edf2627c
commit
80c745066b
Notes:
sideshowbarker
2024-07-17 10:54:57 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/80c745066b Pull-request: https://github.com/SerenityOS/serenity/pull/14055 Reviewed-by: https://github.com/danners Reviewed-by: https://github.com/timschumi
1 changed files with 33 additions and 0 deletions
33
Ports/qt6-qtbase/patches/ReadMe.md
Normal file
33
Ports/qt6-qtbase/patches/ReadMe.md
Normal file
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue