summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2016-09-05 14:24:40 +0200
committerSlawomir Lis <slis@gentoo.org>2016-09-05 14:25:29 +0200
commit54efa1134353a0745cb87fc2229b39a606d31fea (patch)
tree10507c3f8b08c9518fc5dbfccba3f8b6dc19f8ec /media-gfx/librecad/files
parentdev-ml/camlzip: bump to 1.06 (diff)
downloadgentoo-54efa1134353a0745cb87fc2229b39a606d31fea.tar.gz
gentoo-54efa1134353a0745cb87fc2229b39a606d31fea.tar.bz2
gentoo-54efa1134353a0745cb87fc2229b39a606d31fea.zip
media-gfx/librecad: version bump to 2.1.1
Reported in bug 592234 Reported-by: poncho@spahan.ch Package-Manager: portage-2.3.0
Diffstat (limited to 'media-gfx/librecad/files')
-rw-r--r--media-gfx/librecad/files/iota-fix-2.1.1.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-gfx/librecad/files/iota-fix-2.1.1.patch b/media-gfx/librecad/files/iota-fix-2.1.1.patch
new file mode 100644
index 000000000000..12506f4b820d
--- /dev/null
+++ b/media-gfx/librecad/files/iota-fix-2.1.1.patch
@@ -0,0 +1,10 @@
+--- librecad/src/lib/engine/rs_spline.cpp.old 2016-06-20 20:43:27.000000000 +0200
++++ librecad/src/lib/engine/rs_spline.cpp 2016-09-05 13:23:25.459841304 +0200
+@@ -26,6 +26,7 @@
+
+ #include<iostream>
+ #include<cmath>
++#include<numeric>
+ #include "rs_spline.h"
+
+