From 28780c5fb0ed0c4656e6f855cebfd133bb0a0168 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 23 Nov 2012 12:11:00 +0000 Subject: Can't use const with non-default constructor. --- math/yacas/distinfo | 3 ++- math/yacas/patches/patch-src_grower.h | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 math/yacas/patches/patch-src_grower.h diff --git a/math/yacas/distinfo b/math/yacas/distinfo index fbf75a9e7ca..72fda1d459d 100644 --- a/math/yacas/distinfo +++ b/math/yacas/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.11 2011/12/05 22:50:25 joerg Exp $ +$NetBSD: distinfo,v 1.12 2012/11/23 12:11:00 joerg Exp $ SHA1 (yacas-1.2.2.tar.gz) = 8e753c22c207a5aa5e9fd2a9d519605d5b73d5b9 RMD160 (yacas-1.2.2.tar.gz) = 6c49ca60e4f1f92e7d30e8d91b6126e55d77321b Size (yacas-1.2.2.tar.gz) = 1203303 bytes SHA1 (patch-manmake_manripper.cpp) = c474c025f10b58517676e4146d6f0b58eff5a65a +SHA1 (patch-src_grower.h) = a2dd133c2b5b5326f9cc242e04e5fc80df104211 diff --git a/math/yacas/patches/patch-src_grower.h b/math/yacas/patches/patch-src_grower.h new file mode 100644 index 00000000000..94ea096079d --- /dev/null +++ b/math/yacas/patches/patch-src_grower.h @@ -0,0 +1,13 @@ +$NetBSD: patch-src_grower.h,v 1.1 2012/11/23 12:11:00 joerg Exp $ + +--- src/grower.h.orig 2012-11-19 16:51:08.000000000 +0000 ++++ src/grower.h +@@ -127,7 +127,7 @@ public: + { + if (iSize) + { +- const TOps opers; ++ TOps opers; + if(!opers.isPOD()) + { + while (iSize) -- cgit v1.2.3