ports/www/webkit2-gtk4/files/patch-Source_bmalloc_bmalloc_BPlatform.h
2023-02-03 10:02:27 -08:00

14 lines
306 B
C

Index: Source/bmalloc/bmalloc/BPlatform.h
--- Source/bmalloc/bmalloc/BPlatform.h.orig
+++ Source/bmalloc/bmalloc/BPlatform.h
@@ -52,6 +52,10 @@
#define BOS_FREEBSD 1
#endif
+#if defined(__OpenBSD__)
+#define BOS_OPENBSD 1
+#endif
+
#if defined(WIN32) || defined(_WIN32)
#define BOS_WINDOWS 1
#endif