pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/fifengine fifengine: add missing header to fix c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14963719e10a
branches:  trunk
changeset: 371335:14963719e10a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 09 15:30:24 2022 +0000

description:
fifengine: add missing header to fix compilation on -currenT

diffstat:

 devel/fifengine/distinfo                                      |   3 +-
 devel/fifengine/patches/patch-engine_core_vfs_zip_zipnode.cpp |  15 +++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r ed0eb77c7e6c -r 14963719e10a devel/fifengine/distinfo
--- a/devel/fifengine/distinfo  Sun Jan 09 15:14:39 2022 +0000
+++ b/devel/fifengine/distinfo  Sun Jan 09 15:30:24 2022 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:38 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/01/09 15:30:24 wiz Exp $
 
 BLAKE2s (fifengine-0.4.2.tar.gz) = 8286aae95f0a05ffb3f97559d26f66202590b74e145a023896ba762fb74e3d1b
 SHA512 (fifengine-0.4.2.tar.gz) = 2b92e936d3f900532c5dee235a217c338941c44da479dceb3e48b3e8b93a402b31dc5501a6533391a01af53d6dbd51b6793c74e8ac81301ae6f1fa18271761a4
 Size (fifengine-0.4.2.tar.gz) = 15713939 bytes
 SHA1 (patch-CMakeLists.txt) = 5cc3ade95e7011c460107d87d95f4001dc563ae2
+SHA1 (patch-engine_core_vfs_zip_zipnode.cpp) = da9ac52079b7808efac8b8ba3acd22b3cc76e94a
diff -r ed0eb77c7e6c -r 14963719e10a devel/fifengine/patches/patch-engine_core_vfs_zip_zipnode.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/fifengine/patches/patch-engine_core_vfs_zip_zipnode.cpp     Sun Jan 09 15:30:24 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-engine_core_vfs_zip_zipnode.cpp,v 1.1 2022/01/09 15:30:24 wiz Exp $
+
+Add missing header for std::find
+
+--- engine/core/vfs/zip/zipnode.cpp.orig       2019-01-11 17:24:38.000000000 +0000
++++ engine/core/vfs/zip/zipnode.cpp
+@@ -21,6 +21,8 @@
+ 
+ // Standard C++ library includes
+ 
++#include <algorithm>
++
+ // FIFE includes
+ // These includes are split up in two parts, separated by one empty line
+ // First block: files included from the FIFE root src directory



Home | Main Index | Thread Index | Old Index