summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2020-04-06 18:30:00 +0000
committerplunky <plunky@pkgsrc.org>2020-04-06 18:30:00 +0000
commitc4dce3d8a941231760ea4f12004f4e4b127f2489 (patch)
treec674be067b3be3f092dad00c07f1d62c7b3b0fb7 /cad
parentac1ba7dae1ce6a9c45ed25965360e0504d315525 (diff)
downloadpkgsrc-c4dce3d8a941231760ea4f12004f4e4b127f2489.tar.gz
fix build, add missing header (upstream patch)
Diffstat (limited to 'cad')
-rw-r--r--cad/openscad/distinfo3
-rw-r--r--cad/openscad/patches/patch-src_parser.y14
2 files changed, 16 insertions, 1 deletions
diff --git a/cad/openscad/distinfo b/cad/openscad/distinfo
index 39825300f62..61fc6883d31 100644
--- a/cad/openscad/distinfo
+++ b/cad/openscad/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2019/06/22 12:57:50 mef Exp $
+$NetBSD: distinfo,v 1.9 2020/04/06 18:30:00 plunky Exp $
SHA1 (openscad-2019.05.tar.gz) = 3817758e0c7299dbfbe340cdae0fe39da915c799
RMD160 (openscad-2019.05.tar.gz) = 047761217599899d40226ee051f2f0d14e65b650
@@ -7,4 +7,5 @@ Size (openscad-2019.05.tar.gz) = 14605674 bytes
SHA1 (patch-features_qscintilla2-priv.prf) = ca5d5735d091441d6daf7535802f5ba7362c808c
SHA1 (patch-openscad.pro) = 8b4250254ea66338ecafdac437ce9a69deb2fe27
SHA1 (patch-src_colormap.h) = d218a17ac71e0178d32b79723b532c9f098bc038
+SHA1 (patch-src_parser.y) = 48b538fe16927c0acd37a96d312554541f46f1e4
SHA1 (patch-src_scintillaeditor.h) = 5da071ca50470c36bab3792d4aaeb135df84726d
diff --git a/cad/openscad/patches/patch-src_parser.y b/cad/openscad/patches/patch-src_parser.y
new file mode 100644
index 00000000000..758781a6bc8
--- /dev/null
+++ b/cad/openscad/patches/patch-src_parser.y
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_parser.y,v 1.1 2020/04/06 18:30:00 plunky Exp $
+
+add missing header, from upstream commit b6c170cc5dd1bc677176ee732cdb0ddae57e5cf0
+
+--- src/parser.y.orig 2019-05-10 05:03:44.000000000 +0000
++++ src/parser.y
+@@ -46,6 +46,7 @@
+ #include "printutils.h"
+ #include "memory.h"
+ #include <sstream>
++#include <stack>
+ #include <boost/filesystem.hpp>
+ #include "boost-utils.h"
+