mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Ports: Remove the cmake wstring patch
This commit is contained in:
parent
dfc682dc40
commit
e6c90a3048
Notes:
sideshowbarker
2024-07-17 22:24:30 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/e6c90a30482 Pull-request: https://github.com/SerenityOS/serenity/pull/11358
2 changed files with 0 additions and 6884 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,16 +1,5 @@
|
|||
# Patches for CMake (and submodules) on SerenityOS
|
||||
|
||||
## `0000-no_wide_string.patch`
|
||||
|
||||
We don't support wide strings, and our libstdc++ doesn't have `std::wstring`.
|
||||
This patch is a big hack to wipe wide strings out of the codebase; naturally, it very likely breaks unicode.
|
||||
|
||||
### Status
|
||||
- [ ] Local?
|
||||
- [ ] Should be merged to upstream?
|
||||
- [X] Resolves issue(s) with our side of things
|
||||
- [X] Hack
|
||||
|
||||
## `0010-don-t-use-siginfo.patch`
|
||||
|
||||
We don't support SIGINFO. This patch removes uses of SIGINFO.
|
||||
|
|
Loading…
Reference in a new issue