aboutsummaryrefslogtreecommitdiff
path: root/graphics/ocrad/files
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2013-10-06 05:06:13 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2013-10-06 05:06:13 +0000
commita913751f89f9d967c3db770bd54fb24cca153438 (patch)
treea9737feb91591bb26f0ad4d4bdc6bda90a75aaf7 /graphics/ocrad/files
parent170c22a90257d40d7093dabf787b50afc724575e (diff)
downloadports-a913751f89f9d967c3db770bd54fb24cca153438.tar.gz
ports-a913751f89f9d967c3db770bd54fb24cca153438.zip
- Update to 0.22.
- Stage Support - Fix build on current
Notes
Notes: svn path=/head/; revision=329533
Diffstat (limited to 'graphics/ocrad/files')
-rw-r--r--graphics/ocrad/files/patch-character_r11.cc10
-rw-r--r--graphics/ocrad/files/patch-feats_test0.cc10
-rw-r--r--graphics/ocrad/files/patch-profile.cc10
-rw-r--r--graphics/ocrad/files/patch-track.cc10
4 files changed, 40 insertions, 0 deletions
diff --git a/graphics/ocrad/files/patch-character_r11.cc b/graphics/ocrad/files/patch-character_r11.cc
new file mode 100644
index 000000000000..0ee4b412ed05
--- /dev/null
+++ b/graphics/ocrad/files/patch-character_r11.cc
@@ -0,0 +1,10 @@
+--- character_r11.cc.orig 2013-10-03 17:20:43.000000000 -0300
++++ character_r11.cc 2013-10-03 17:20:54.000000000 -0300
+@@ -18,6 +18,7 @@
+
+ #include <algorithm>
+ #include <cstdio>
++#include <cstdlib>
+ #include <vector>
+ #include <stdint.h>
+
diff --git a/graphics/ocrad/files/patch-feats_test0.cc b/graphics/ocrad/files/patch-feats_test0.cc
new file mode 100644
index 000000000000..1868c5922cfd
--- /dev/null
+++ b/graphics/ocrad/files/patch-feats_test0.cc
@@ -0,0 +1,10 @@
+--- feats_test0.cc.orig 2013-10-03 17:19:50.000000000 -0300
++++ feats_test0.cc 2013-10-03 17:20:00.000000000 -0300
+@@ -18,6 +18,7 @@
+
+ #include <algorithm>
+ #include <cstdio>
++#include <cstdlib>
+ #include <vector>
+ #include <stdint.h>
+
diff --git a/graphics/ocrad/files/patch-profile.cc b/graphics/ocrad/files/patch-profile.cc
new file mode 100644
index 000000000000..31d8c01aef90
--- /dev/null
+++ b/graphics/ocrad/files/patch-profile.cc
@@ -0,0 +1,10 @@
+--- profile.cc.orig 2013-10-03 17:16:53.000000000 -0300
++++ profile.cc 2013-10-03 17:17:01.000000000 -0300
+@@ -18,6 +18,7 @@
+
+ #include <algorithm>
+ #include <cstdio>
++#include <cstdlib>
+ #include <vector>
+ #include <stdint.h>
+
diff --git a/graphics/ocrad/files/patch-track.cc b/graphics/ocrad/files/patch-track.cc
new file mode 100644
index 000000000000..9cc41e7a38fb
--- /dev/null
+++ b/graphics/ocrad/files/patch-track.cc
@@ -0,0 +1,10 @@
+--- track.cc.orig 2013-10-03 17:16:32.000000000 -0300
++++ track.cc 2013-10-03 17:16:46.000000000 -0300
+@@ -18,6 +18,7 @@
+
+ #include <algorithm>
+ #include <cstdio>
++#include <cstdlib>
+ #include <vector>
+
+ #include "common.h"