Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2024 07:19:24 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: d08f368e4080 - main - devel/phasar: Fix build on some systems by adding missing #include <vector>
Message-ID:  <202404260719.43Q7JOcQ018596@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=d08f368e408060084584290c105618ebd6ff5fff

commit d08f368e408060084584290c105618ebd6ff5fff
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-26 07:15:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-26 07:15:21 +0000

    devel/phasar: Fix build on some systems by adding missing #include <vector>
    
    Reported by:    fallout
---
 devel/phasar/files/patch-lib_Pointer_PointsToInfo.cpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/devel/phasar/files/patch-lib_Pointer_PointsToInfo.cpp b/devel/phasar/files/patch-lib_Pointer_PointsToInfo.cpp
new file mode 100644
index 000000000000..cc1e589eeb10
--- /dev/null
+++ b/devel/phasar/files/patch-lib_Pointer_PointsToInfo.cpp
@@ -0,0 +1,12 @@
+- workaround for https://github.com/secure-software-engineering/phasar/issues/718
+
+--- lib/Pointer/PointsToInfo.cpp.orig	2024-04-26 06:58:43 UTC
++++ lib/Pointer/PointsToInfo.cpp
+@@ -19,6 +19,7 @@
+ 
+ #include <array>
+ #include <utility>
++#include <vector>
+ 
+ namespace llvm {
+ class Value;



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