git: 9334daa8c6c9 - main - graphics/inkscape: prepare for upcoming Boost-1.81 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Jan 2023 18:46:48 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9334daa8c6c988f2f8bf8f98aac4d75041eba1be commit 9334daa8c6c988f2f8bf8f98aac4d75041eba1be Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-16 18:46:17 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-16 18:46:17 +0000 graphics/inkscape: prepare for upcoming Boost-1.81 update --- .../inkscape/files/patch-src_object_algorithms_graphlayout.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/graphics/inkscape/files/patch-src_object_algorithms_graphlayout.cpp b/graphics/inkscape/files/patch-src_object_algorithms_graphlayout.cpp new file mode 100644 index 000000000000..cb95fbc39ea3 --- /dev/null +++ b/graphics/inkscape/files/patch-src_object_algorithms_graphlayout.cpp @@ -0,0 +1,10 @@ +--- src/object/algorithms/graphlayout.cpp.orig 2022-11-26 17:42:01 UTC ++++ src/object/algorithms/graphlayout.cpp +@@ -14,6 +14,7 @@ + */ + + #include <algorithm> ++#include <array> + #include <cstring> + #include <iostream> + #include <list>