opnsense-ports/science/openstructure/files/patch-modules_gfx_src_offscreen__buffer.hh
Franco Fichtner ab638330a3 */*: sync with upstream
Taken from: HardenedBSD
2018-07-10 15:45:37 +02:00

11 lines
312 B
C++

--- modules/gfx/src/offscreen_buffer.hh.orig 2018-07-09 00:19:53 UTC
+++ modules/gfx/src/offscreen_buffer.hh
@@ -58,7 +58,7 @@ public:
bool IsValid();
*/
-#if defined(__linux__)
+#if defined(__linux__) || defined(__FreeBSD__)
#if OST_MESA_SUPPORT_ENABLED
#include "impl/mesa_offscreen_buffer.hh"
#else