diff options
Diffstat (limited to 'games-engines/openmw/files/openmw-0.46.0-boost-1.77.patch')
-rw-r--r-- | games-engines/openmw/files/openmw-0.46.0-boost-1.77.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games-engines/openmw/files/openmw-0.46.0-boost-1.77.patch b/games-engines/openmw/files/openmw-0.46.0-boost-1.77.patch deleted file mode 100644 index 708fd9e9f52f..000000000000 --- a/games-engines/openmw/files/openmw-0.46.0-boost-1.77.patch +++ /dev/null @@ -1,10 +0,0 @@ -https://bugs.gentoo.org/808763 - ---- a/components/vfs/filesystemarchive.cpp -+++ b/components/vfs/filesystemarchive.cpp -@@ -1,4 +1,5 @@ - #include "filesystemarchive.hpp" - -+#include <algorithm> - #include <boost/filesystem.hpp> - |