Date: Tue, 8 Feb 2022 22:45:18 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4be23602a9aa - main - graphics/glaxnimate: Fix build by adding missing #include Message-ID: <202202082245.218MjILI023493@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4be23602a9aa769a827077615b6135b72b8b4d65 commit 4be23602a9aa769a827077615b6135b72b8b4d65 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-02-08 22:43:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-02-08 22:45:16 +0000 graphics/glaxnimate: Fix build by adding missing #include Reported by: fallout --- graphics/glaxnimate/files/patch-src_core_utils_gzip.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/graphics/glaxnimate/files/patch-src_core_utils_gzip.cpp b/graphics/glaxnimate/files/patch-src_core_utils_gzip.cpp new file mode 100644 index 000000000000..41dc96df495f --- /dev/null +++ b/graphics/glaxnimate/files/patch-src_core_utils_gzip.cpp @@ -0,0 +1,11 @@ +- workaround for https://gitlab.com/mattbas/glaxnimate/-/issues/486 + +--- src/core/utils/gzip.cpp.orig 2022-02-08 22:18:22 UTC ++++ src/core/utils/gzip.cpp +@@ -1,5 +1,6 @@ + #include "gzip.hpp" + ++#include <array> + #include <cstring> + + #include <QFile>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202082245.218MjILI023493>