summaryrefslogtreecommitdiff
path: root/math/libmatheval/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz>2016-09-15 16:39:17 +0000
committerwiz <wiz>2016-09-15 16:39:17 +0000
commit88cff0b307c54ebedd61709bab45ed8bc3a330b8 (patch)
treef93532597159312e8b47cff96b57310073fc8bbc /math/libmatheval/patches/patch-aa
parent78280379d1c1f8639d06fdbd7404ac6edd300eda (diff)
downloadpkgsrc-88cff0b307c54ebedd61709bab45ed8bc3a330b8.tar.gz
Updated libmatheval to 1.1.11.
Set LICENSE. Still does not build with guile20, so leave it at 1.8. Version 1.1.11 * Fixed issue with linking Lex library. Version 1.1.10 * Fixed memory leak in evaluator_create function implementation. Version 1.1.9 * Fixed bug in math_step function implementation. * Updated manual.
Diffstat (limited to 'math/libmatheval/patches/patch-aa')
-rw-r--r--math/libmatheval/patches/patch-aa8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/libmatheval/patches/patch-aa b/math/libmatheval/patches/patch-aa
index 16c1b85bb00..746d32608b6 100644
--- a/math/libmatheval/patches/patch-aa
+++ b/math/libmatheval/patches/patch-aa
@@ -1,6 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2014/04/28 12:43:34 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2016/09/15 16:39:17 wiz Exp $
---- lib/scanner.l.orig 2011-07-03 09:37:11.000000000 +0000
+Fixes linking (missing yywrap symbol).
+
+--- lib/scanner.l.orig 2013-08-14 20:22:08.000000000 +0000
+++ lib/scanner.l
@@ -18,7 +18,7 @@
* along with GNU libmatheval. If not, see
@@ -10,4 +12,4 @@ $NetBSD: patch-aa,v 1.3 2014/04/28 12:43:34 joerg Exp $
+%option noyywrap
%{
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,