aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2023-11-22 00:35:41 +0000
committerJason E. Hale <jhale@FreeBSD.org>2023-11-22 00:39:22 +0000
commitf87ccf57e084226fcccb51525bba805bbcb83e6f (patch)
tree3a6488f515018d716d4e5e11a91a8798d3fea1f1
parentf3ff82dbbcadcb69a2c501204d0dacf9ee8800b5 (diff)
downloadports-f87ccf57e084226fcccb51525bba805bbcb83e6f.tar.gz
ports-f87ccf57e084226fcccb51525bba805bbcb83e6f.zip
cad/qucs-s: Fix build with Qt 6.6.x
-rw-r--r--cad/qucs-s/files/patch-qucs_diagrams_marker.h16
1 files changed, 16 insertions, 0 deletions
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"
+