fifengine: rebuild for boost-1.80
This commit is contained in:
parent
cb99932bf2
commit
de52350bdf
|
@ -0,0 +1,18 @@
|
|||
--- a/engine/core/vfs/zip/zipnode.cpp
|
||||
+++ b/engine/core/vfs/zip/zipnode.cpp
|
||||
@@ -29,6 +29,8 @@
|
||||
|
||||
#include "zipnode.h"
|
||||
|
||||
+#include <algorithm>
|
||||
+
|
||||
namespace {
|
||||
/** helper function to find a value in a ZipNodeContainer
|
||||
* @param container the ZipNodeContainer to search through
|
||||
@@ -266,4 +268,4 @@ std::ostream& operator<<(std::ostream& o
|
||||
}
|
||||
|
||||
return os;
|
||||
-}
|
||||
\ No newline at end of file
|
||||
+}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fifengine'
|
||||
pkgname=fifengine
|
||||
version=0.4.2
|
||||
revision=8
|
||||
revision=9
|
||||
build_style=cmake
|
||||
hostmakedepends="swig python3"
|
||||
makedepends="SDL2-devel SDL2_image-devel SDL2_ttf-devel boost-devel
|
||||
|
|
Loading…
Reference in New Issue