Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2023 07:05:29 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f5465b112ba - main - devel/simgear: fix build with Boost-1.81
Message-ID:  <202301170705.30H75Trq079314@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f5465b112babf5ad42ced7fa845876d8acc0210

commit 8f5465b112babf5ad42ced7fa845876d8acc0210
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-01-17 07:04:42 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-01-17 07:05:20 +0000

    devel/simgear: fix build with Boost-1.81
    
    Wit hat:        office
---
 devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx b/devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx
new file mode 100644
index 000000000000..eb829a5b182f
--- /dev/null
+++ b/devel/simgear/files/patch-simgear_scene_viewer_Compositor.hxx
@@ -0,0 +1,10 @@
+--- simgear/scene/viewer/Compositor.hxx
++++ simgear/scene/viewer/Compositor.hxx
+@@ -17,6 +17,7 @@
+ #ifndef SG_COMPOSITOR_HXX
+ #define SG_COMPOSITOR_HXX
+ 
++#include <array>
+ #include <unordered_map>
+ #include <vector>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301170705.30H75Trq079314>