diff options
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 | ||
