Date: Mon, 31 Jan 2022 23:02:13 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: 42b27695fcfb - main - multimedia/{,py-}opentimelineio: Fix buid by adding missing C++ #include statement Message-ID: <202201312302.20VN2DKk039447@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=42b27695fcfbaccdd17b2895e8355ee0098696e2 commit 42b27695fcfbaccdd17b2895e8355ee0098696e2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-31 23:00:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-31 23:02:10 +0000 multimedia/{,py-}opentimelineio: Fix buid by adding missing C++ #include statement Reported by: fallout --- multimedia/opentimelineio/files/patch-src_deps_any_any.hpp | 12 ++++++++++++ .../py-opentimelineio/files/patch-src_deps_any_any.hpp | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/multimedia/opentimelineio/files/patch-src_deps_any_any.hpp b/multimedia/opentimelineio/files/patch-src_deps_any_any.hpp new file mode 100644 index 000000000000..3490b84676c2 --- /dev/null +++ b/multimedia/opentimelineio/files/patch-src_deps_any_any.hpp @@ -0,0 +1,12 @@ +- workaround for https://github.com/thelink2012/any/issues/16 + +--- src/deps/any/any.hpp.orig 2022-01-31 22:48:38 UTC ++++ src/deps/any/any.hpp +@@ -19,6 +19,7 @@ + #include <typeinfo> + #include <type_traits> + #include <stdexcept> ++#include <utility> + + + #if defined(PARTICLE) diff --git a/multimedia/py-opentimelineio/files/patch-src_deps_any_any.hpp b/multimedia/py-opentimelineio/files/patch-src_deps_any_any.hpp new file mode 100644 index 000000000000..3490b84676c2 --- /dev/null +++ b/multimedia/py-opentimelineio/files/patch-src_deps_any_any.hpp @@ -0,0 +1,12 @@ +- workaround for https://github.com/thelink2012/any/issues/16 + +--- src/deps/any/any.hpp.orig 2022-01-31 22:48:38 UTC ++++ src/deps/any/any.hpp +@@ -19,6 +19,7 @@ + #include <typeinfo> + #include <type_traits> + #include <stdexcept> ++#include <utility> + + + #if defined(PARTICLE)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201312302.20VN2DKk039447>