git: 4be23602a9aa - main - graphics/glaxnimate: Fix build by adding missing #include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Feb 2022 22:45:18 UTC
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>