diff options
Diffstat (limited to 'math/yacas/patches')
-rw-r--r-- | math/yacas/patches/patch-src_grower.h | 13 |
1 files changed, 13 insertions, 0 deletions
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) |