git: 11f783075eab - 2023Q4 - cad/qucs-s: Fix build with Qt 6.6.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Nov 2023 00:53:39 UTC
The branch 2023Q4 has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=11f783075eabf2e7c00d45290ea66d6314c26258 commit 11f783075eabf2e7c00d45290ea66d6314c26258 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-11-22 00:35:41 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-11-22 00:53:06 +0000 cad/qucs-s: Fix build with Qt 6.6.x https://github.com/ra3xdh/qucs_s/issues/375 https://github.com/ra3xdh/qucs_s/pull/376 PR: 275068 MFH: 2023Q4 (cherry picked from commit f87ccf57e084226fcccb51525bba805bbcb83e6f) --- cad/qucs-s/files/patch-qucs_diagrams_marker.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cad/qucs-s/files/patch-qucs_diagrams_marker.h b/cad/qucs-s/files/patch-qucs_diagrams_marker.h new file mode 100644 index 000000000000..bbd6ba89f18a --- /dev/null +++ b/cad/qucs-s/files/patch-qucs_diagrams_marker.h @@ -0,0 +1,16 @@ +Fix build with Qt 6.6.x + +https://github.com/ra3xdh/qucs_s/issues/375 +https://github.com/ra3xdh/qucs_s/pull/376 + +--- qucs/diagrams/marker.h.orig 2023-10-26 12:53:59 UTC ++++ qucs/diagrams/marker.h +@@ -18,6 +18,8 @@ + #ifndef MARKER_H + #define MARKER_H + ++#include <vector> ++ + #include "element.h" + #include "viewpainter.h" +