summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-08-07 18:14:51 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-08-07 18:14:51 +0000
commit537d72ced02cf209b28d4e374149d09a5674b060 (patch)
tree548191ef06bb5bbe0ed5d3169fdf94a8859811dd /sci-mathematics/ginac/files
parentRemove old versions. (diff)
downloadgentoo-2-537d72ced02cf209b28d4e374149d09a5674b060.tar.gz
gentoo-2-537d72ced02cf209b28d4e374149d09a5674b060.tar.bz2
gentoo-2-537d72ced02cf209b28d4e374149d09a5674b060.zip
Version bump
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/ginac/files')
-rw-r--r--sci-mathematics/ginac/files/ginac-1.5.3-parser.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-mathematics/ginac/files/ginac-1.5.3-parser.patch b/sci-mathematics/ginac/files/ginac-1.5.3-parser.patch
new file mode 100644
index 000000000000..29dc1b8c4bcd
--- /dev/null
+++ b/sci-mathematics/ginac/files/ginac-1.5.3-parser.patch
@@ -0,0 +1,11 @@
+--- ginac/parser/parser.cpp.orig 2009-08-07 18:46:20.000000000 +0100
++++ ginac/parser/parser.cpp 2009-08-07 18:46:41.000000000 +0100
+@@ -66,7 +66,7 @@
+ Parse_error_("no function \"" << name << "\" with " <<
+ args.size() << " arguments");
+ }
+- ex ret = GiNaC::function((unsigned)reader->second, args);
++ ex ret = GiNaC::function((size_t)reader->second, args);
+ return ret;
+ }
+