opnsense-ports/graphics/bgfx/files/patch-bx_include_bx_platform.h
Franco Fichtner fb9513c51c */*: sync with upstream
Taken from: FreeBSD
2023-08-02 12:51:10 +02:00

11 lines
412 B
C

--- bx/include/bx/platform.h.orig 2023-08-02 05:50:26 UTC
+++ bx/include/bx/platform.h
@@ -464,7 +464,7 @@
#if BX_PLATFORM_BSD \
|| BX_PLATFORM_HAIKU \
|| BX_PLATFORM_HURD
-static_assert(false, "\n\n"
+static_assert(true, "\n\n"
"\t** IMPORTANT! **\n\n"
"\tYou're compiling for unsupported platform!\n"
"\tIf you wish to support this platform, make your own fork, and modify code for _yourself_.\n"