mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
openscad: update to 2021.01
This commit is contained in:
parent
0304047ba7
commit
9b907e4751
2 changed files with 3 additions and 27 deletions
|
@ -1,24 +0,0 @@
|
||||||
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,7 +1,7 @@
|
||||||
# Template file for 'openscad'
|
# Template file for 'openscad'
|
||||||
pkgname=openscad
|
pkgname=openscad
|
||||||
version=2019.05
|
version=2021.01
|
||||||
revision=3
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="bison flex pkg-config gettext qt5-qmake qt5-host-tools"
|
hostmakedepends="bison flex pkg-config gettext qt5-qmake qt5-host-tools"
|
||||||
makedepends="cgal-devel harfbuzz-devel opencsg-devel qscintilla-qt5-devel
|
makedepends="cgal-devel harfbuzz-devel opencsg-devel qscintilla-qt5-devel
|
||||||
|
@ -11,4 +11,4 @@ maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.openscad.org"
|
homepage="http://www.openscad.org"
|
||||||
distfiles="http://files.openscad.org/${pkgname}-${version}.src.tar.gz"
|
distfiles="http://files.openscad.org/${pkgname}-${version}.src.tar.gz"
|
||||||
checksum=0a16c4263ce52380819dd91c609a719d38f12f6b8c4da0e828dcbe5b70996f59
|
checksum=d938c297e7e5f65dbab1461cac472fc60dfeaa4999ea2c19b31a4184f2d70359
|
||||||
|
|
Loading…
Add table
Reference in a new issue