diff options
| author | Shokara Kou <kou@13f0.net> | 2022-12-10 11:06:46 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-12-10 11:06:46 -0500 |
| commit | 706327693b4fcc1ce8d5b6cf100beb729ddd1bd1 (patch) | |
| tree | 0e2fe67329731bb4fa172671c8dd206e4e875ba6 /www/webkitgtk4/patches/patch-Source_bmalloc_bmalloc_BPlatform_h | |
| parent | b0b7070ac3b63da7c487449bafd47a0c9eec8eed (diff) | |
add webkitgtk40 without atk
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_bmalloc_bmalloc_BPlatform_h')
| -rw-r--r-- | www/webkitgtk4/patches/patch-Source_bmalloc_bmalloc_BPlatform_h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_bmalloc_bmalloc_BPlatform_h b/www/webkitgtk4/patches/patch-Source_bmalloc_bmalloc_BPlatform_h new file mode 100644 index 0000000..076f6f3 --- /dev/null +++ b/www/webkitgtk4/patches/patch-Source_bmalloc_bmalloc_BPlatform_h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | Index: Source/bmalloc/bmalloc/BPlatform.h | ||
| 2 | --- Source/bmalloc/bmalloc/BPlatform.h.orig | ||
| 3 | +++ Source/bmalloc/bmalloc/BPlatform.h | ||
| 4 | @@ -52,6 +52,10 @@ | ||
| 5 | #define BOS_FREEBSD 1 | ||
| 6 | #endif | ||
| 7 | |||
| 8 | +#if defined(__OpenBSD__) | ||
| 9 | +#define BOS_OPENBSD 1 | ||
| 10 | +#endif | ||
| 11 | + | ||
| 12 | #if defined(WIN32) || defined(_WIN32) | ||
| 13 | #define BOS_WINDOWS 1 | ||
| 14 | #endif | ||
