summaryrefslogtreecommitdiff
path: root/science/openstructure/files/patch-modules_gfx_src_offscreen__buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'science/openstructure/files/patch-modules_gfx_src_offscreen__buffer.hh')
-rw-r--r--science/openstructure/files/patch-modules_gfx_src_offscreen__buffer.hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/science/openstructure/files/patch-modules_gfx_src_offscreen__buffer.hh b/science/openstructure/files/patch-modules_gfx_src_offscreen__buffer.hh
deleted file mode 100644
index a9594f64ea1f..000000000000
--- a/science/openstructure/files/patch-modules_gfx_src_offscreen__buffer.hh
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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