diff options
author | dholland <dholland@pkgsrc.org> | 2011-11-14 02:44:40 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-11-14 02:44:40 +0000 |
commit | 33bb16c9f078bde7cbdcef8e54a77f67a7a85a62 (patch) | |
tree | f3b44a8a44ed066f5bf1b0cd057d505edb1f0b63 /graphics/tesseract | |
parent | 4c9ec5d32424872adf1f9d6a612c7a3ba87d960b (diff) | |
download | pkgsrc-33bb16c9f078bde7cbdcef8e54a77f67a7a85a62.tar.gz |
Add missing <stdio.h>, should fix or improve linux build
Diffstat (limited to 'graphics/tesseract')
-rw-r--r-- | graphics/tesseract/distinfo | 3 | ||||
-rw-r--r-- | graphics/tesseract/patches/patch-viewer_svutil_cpp | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/tesseract/distinfo b/graphics/tesseract/distinfo index 49190cd62b3..ab2aa110f10 100644 --- a/graphics/tesseract/distinfo +++ b/graphics/tesseract/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2009/07/22 20:57:47 wiz Exp $ +$NetBSD: distinfo,v 1.8 2011/11/14 02:44:40 dholland Exp $ SHA1 (tesseract-2.00.deu.tar.gz) = d8d89e2681421a144f3a1ec61ee0c530686f5096 RMD160 (tesseract-2.00.deu.tar.gz) = c7e6755e94084114fb1a1be8e9308c8dddd2fdda @@ -21,3 +21,4 @@ Size (tesseract-2.00.spa.tar.gz) = 1365863 bytes SHA1 (tesseract-2.04.tar.gz) = 850c42c92a4471c5f41d4384c57045e812fde26a RMD160 (tesseract-2.04.tar.gz) = 826718ddf491c8b925b02c343d4a4992fd4631d8 Size (tesseract-2.04.tar.gz) = 1118386 bytes +SHA1 (patch-viewer_svutil_cpp) = f6cbf71cc5c3c0e58ba8db72bc840dd61274f23e diff --git a/graphics/tesseract/patches/patch-viewer_svutil_cpp b/graphics/tesseract/patches/patch-viewer_svutil_cpp new file mode 100644 index 00000000000..ffa0fd3d0ce --- /dev/null +++ b/graphics/tesseract/patches/patch-viewer_svutil_cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-viewer_svutil_cpp,v 1.1 2011/11/14 02:44:40 dholland Exp $ + +--- viewer/svutil.cpp~ 2009-06-03 16:29:38.000000000 +0000 ++++ viewer/svutil.cpp +@@ -33,6 +33,7 @@ + #include <pthread.h> + #include <semaphore.h> + #include <signal.h> ++#include <stdio.h> + #include <stdlib.h> + #include <string.h> + #include <netdb.h> |