diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-23 15:04:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-23 15:04:44 +0000 |
commit | 9f15d8109e813846210568d655e353a3746ab4b9 (patch) | |
tree | dbaa260692c26aef81c616feee350aa4a9cfd487 /graphics/ocrad | |
parent | 602f8bdd481a5439cafb7c5f9cbcf1ab89269867 (diff) | |
download | pkgsrc-9f15d8109e813846210568d655e353a3746ab4b9.tar.gz |
Fix missing includes.
Diffstat (limited to 'graphics/ocrad')
-rw-r--r-- | graphics/ocrad/distinfo | 6 | ||||
-rw-r--r-- | graphics/ocrad/patches/patch-character__r11.cc | 12 | ||||
-rw-r--r-- | graphics/ocrad/patches/patch-feats__test0.cc | 12 | ||||
-rw-r--r-- | graphics/ocrad/patches/patch-profile.cc | 12 | ||||
-rw-r--r-- | graphics/ocrad/patches/patch-track.cc | 12 |
5 files changed, 53 insertions, 1 deletions
diff --git a/graphics/ocrad/distinfo b/graphics/ocrad/distinfo index 9c70100ae2f..e98b83c85cf 100644 --- a/graphics/ocrad/distinfo +++ b/graphics/ocrad/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2011/03/03 14:48:58 gdt Exp $ +$NetBSD: distinfo,v 1.7 2013/05/23 15:04:44 joerg Exp $ SHA1 (ocrad-0.21.tar.gz) = 857a7e0b671d4216ddf2ec1ec2daf0b21d2a6a64 RMD160 (ocrad-0.21.tar.gz) = 9477787f07b35165c1091ce2cf8ad76fba3daea1 @@ -6,3 +6,7 @@ Size (ocrad-0.21.tar.gz) = 103962 bytes SHA1 (patch-aa) = 39729c825c1b9591c7dda23597f7d8f900b42b2c SHA1 (patch-ab) = 8bbfafd788c4fd377f8f8b51cb297b528b9be65c SHA1 (patch-ac) = 952531f89f29a93c20dd4af8050b8e6fa8a5a6a4 +SHA1 (patch-character__r11.cc) = 40503e81f216b278cfc603c795ec9465f51410af +SHA1 (patch-feats__test0.cc) = 7c09ed58efac3be114947bb317262742f6525545 +SHA1 (patch-profile.cc) = 84ff427fd4294e32c92a5bd31403c9dabbc1d427 +SHA1 (patch-track.cc) = 5c842497fa58510be3f8a2f37bc76de0df8d1cb4 diff --git a/graphics/ocrad/patches/patch-character__r11.cc b/graphics/ocrad/patches/patch-character__r11.cc new file mode 100644 index 00000000000..a041ede67a7 --- /dev/null +++ b/graphics/ocrad/patches/patch-character__r11.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-character__r11.cc,v 1.1 2013/05/23 15:04:44 joerg Exp $ + +--- character_r11.cc.orig 2013-05-23 11:21:53.000000000 +0000 ++++ character_r11.cc +@@ -18,6 +18,7 @@ + + #include <algorithm> + #include <cstdio> ++#include <cstdlib> + #include <vector> + + #include "common.h" diff --git a/graphics/ocrad/patches/patch-feats__test0.cc b/graphics/ocrad/patches/patch-feats__test0.cc new file mode 100644 index 00000000000..381c2b56c10 --- /dev/null +++ b/graphics/ocrad/patches/patch-feats__test0.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-feats__test0.cc,v 1.1 2013/05/23 15:04:44 joerg Exp $ + +--- feats_test0.cc.orig 2013-05-23 11:22:05.000000000 +0000 ++++ feats_test0.cc +@@ -18,6 +18,7 @@ + + #include <algorithm> + #include <cstdio> ++#include <cstdlib> + #include <vector> + + #include "common.h" diff --git a/graphics/ocrad/patches/patch-profile.cc b/graphics/ocrad/patches/patch-profile.cc new file mode 100644 index 00000000000..feb9cb491c2 --- /dev/null +++ b/graphics/ocrad/patches/patch-profile.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-profile.cc,v 1.1 2013/05/23 15:04:44 joerg Exp $ + +--- profile.cc.orig 2013-05-23 11:21:35.000000000 +0000 ++++ profile.cc +@@ -18,6 +18,7 @@ + + #include <algorithm> + #include <cstdio> ++#include <cstdlib> + #include <vector> + + #include "common.h" diff --git a/graphics/ocrad/patches/patch-track.cc b/graphics/ocrad/patches/patch-track.cc new file mode 100644 index 00000000000..951860a5391 --- /dev/null +++ b/graphics/ocrad/patches/patch-track.cc @@ -0,0 +1,12 @@ +$NetBSD: patch-track.cc,v 1.1 2013/05/23 15:04:44 joerg Exp $ + +--- track.cc.orig 2013-05-23 11:21:18.000000000 +0000 ++++ track.cc +@@ -18,6 +18,7 @@ + + #include <algorithm> + #include <cstdio> ++#include <cstdlib> + #include <vector> + + #include "common.h" |