From 26b4c8f71f91d22e081b27814782686edde0c90a Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 1 Jan 2021 10:11:34 +0000 Subject: Revert r559792 to unbreak INDEX and bulk -a It seems a lot of reverse dependencies were missed With hat: portmgr --- games/dangerdeep/files/patch-src__subsim.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 games/dangerdeep/files/patch-src__subsim.cpp (limited to 'games/dangerdeep/files/patch-src__subsim.cpp') diff --git a/games/dangerdeep/files/patch-src__subsim.cpp b/games/dangerdeep/files/patch-src__subsim.cpp new file mode 100644 index 000000000000..e8155a51c6a4 --- /dev/null +++ b/games/dangerdeep/files/patch-src__subsim.cpp @@ -0,0 +1,19 @@ +--- src/subsim.cpp.orig 2007-06-11 15:16:23 UTC ++++ src/subsim.cpp +@@ -31,6 +31,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, + #else + #include "oglext/OglExt.h" + #endif ++#include + #include + #include + #include +@@ -1735,7 +1736,7 @@ int mymain(list& args) + glEnable(GL_LIGHT0); + + // create and start thread for music handling. +- thread::auto_ptr mmusic(new music(use_sound)); ++ ::thread::auto_ptr mmusic(new music(use_sound)); + mmusic->start(); + + reset_loading_screen(); -- cgit v1.2.3