openscad: rebuilt against boost-1.72
This commit is contained in:
parent
1a51f9c3cf
commit
179db6cbe0
2 changed files with 26 additions and 2 deletions
|
@ -0,0 +1,24 @@
|
|||
From b6c170cc5dd1bc677176ee732cdb0ddae57e5cf0 Mon Sep 17 00:00:00 2001
|
||||
From: Jan Beich <jbeich@FreeBSD.org>
|
||||
Date: Fri, 25 Oct 2019 15:10:26 +0000
|
||||
Subject: [PATCH] Add missing header bootlegged by Boost < 1.72
|
||||
|
||||
src/parser.y:76:6: error: no template named 'stack' in namespace 'std'
|
||||
std::stack<LocalScope *> scope_stack;
|
||||
~~~~~^
|
||||
---
|
||||
src/parser.y | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git src/parser.y src/parser.y
|
||||
index 7f4fd56ca7..4c77c989ea 100644
|
||||
--- src/parser.y
|
||||
+++ 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"
|
||||
#include "feature.h"
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'openscad'
|
||||
pkgname=openscad
|
||||
version=2019.05
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=qmake
|
||||
hostmakedepends="bison flex pkg-config"
|
||||
hostmakedepends="bison flex pkg-config gettext"
|
||||
makedepends="cgal-devel harfbuzz-devel opencsg-devel qscintilla-qt5-devel
|
||||
qt5-multimedia-devel libxml2-devel libzip-devel double-conversion-devel"
|
||||
short_desc="Solid 3D CAD modeller"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue