diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-06-09 15:51:12 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-06-09 15:51:12 +0000 |
commit | 1ea806ecfa1385fa82dea9ac51ab245b074f0cd9 (patch) | |
tree | 3f260eb81dcdd914d8add28aeed80a4981115102 /games/openmw/files/patch-components_crashcatcher_crashcatcher.cpp | |
parent | sysutils/hexyl: Update to v0.8.0 (diff) |
games/openmw: Update to openmw-0.46.0
Changes: https://github.com/OpenMW/openmw/releases/tag/openmw-0.46.0
Notes
Notes:
svn path=/head/; revision=538322
Diffstat (limited to 'games/openmw/files/patch-components_crashcatcher_crashcatcher.cpp')
-rw-r--r-- | games/openmw/files/patch-components_crashcatcher_crashcatcher.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/openmw/files/patch-components_crashcatcher_crashcatcher.cpp b/games/openmw/files/patch-components_crashcatcher_crashcatcher.cpp deleted file mode 100644 index 5b79287967e3..000000000000 --- a/games/openmw/files/patch-components_crashcatcher_crashcatcher.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- components/crashcatcher/crashcatcher.cpp.orig 2019-05-07 13:04:04 UTC -+++ components/crashcatcher/crashcatcher.cpp -@@ -11,6 +11,7 @@ - #include <limits.h> - - #include <pthread.h> -+#include <memory> - #include <stdbool.h> - #include <sys/ptrace.h> - |