summaryrefslogtreecommitdiffstats
path: root/graphics/tesseract/patches/tesseract-2.03-missing_includes.patch
diff options
context:
space:
mode:
author dsomero <xgizzmo@gmail.com>2010-05-21 18:19:54 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-24 16:06:45 -0500
commit5b368aab47e8eb11d31ce23d83f56f0e7ed5662f (patch)
treecd12997c33d8e44b715311660e6dddc36d549c67 /graphics/tesseract/patches/tesseract-2.03-missing_includes.patch
parent023feac7b951f160d82f719c0158cc88d5491d1d (diff)
downloadslackbuilds-5b368aab47e8eb11d31ce23d83f56f0e7ed5662f.tar.gz
slackbuilds-5b368aab47e8eb11d31ce23d83f56f0e7ed5662f.tar.xz
graphics/tesseract: Removed (Build failure)
error: 'snprintf' was not declared in this scope
Diffstat (limited to 'graphics/tesseract/patches/tesseract-2.03-missing_includes.patch')
-rw-r--r--graphics/tesseract/patches/tesseract-2.03-missing_includes.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/graphics/tesseract/patches/tesseract-2.03-missing_includes.patch b/graphics/tesseract/patches/tesseract-2.03-missing_includes.patch
deleted file mode 100644
index 24931c08a6..0000000000
--- a/graphics/tesseract/patches/tesseract-2.03-missing_includes.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -Nur a/viewer/scrollview.cpp b/viewer/scrollview.cpp
---- a/viewer/scrollview.cpp 2008-04-21 19:06:24.000000000 -0500
-+++ b/viewer/scrollview.cpp 2009-06-22 21:33:53.747817922 -0500
-@@ -36,6 +36,9 @@
- #include <vector>
- #include <string>
-
-+#include <string.h>
-+#include <limits.h>
-+
- #include "svutil.h"
-
- #ifdef HAVE_LIBLEPT
-diff -Nur a/viewer/svmnode.cpp b/viewer/svmnode.cpp
---- a/viewer/svmnode.cpp 2008-04-18 23:44:06.000000000 -0500
-+++ b/viewer/svmnode.cpp 2009-06-22 21:34:12.375586651 -0500
-@@ -28,6 +28,8 @@
-
- #include <iostream>
-
-+#include <string.h>
-+
- #include "scrollview.h"
-
- // Create the empty root menu node. with just a caption. All other nodes should
-diff -Nur a/viewer/svutil.cpp b/viewer/svutil.cpp
---- a/viewer/svutil.cpp 2008-04-21 19:07:25.000000000 -0500
-+++ b/viewer/svutil.cpp 2009-06-22 21:34:31.419367272 -0500
-@@ -38,6 +38,8 @@
-
- #include <iostream>
- #include <string>
-+#include <string.h>
-+#include <stdlib.h>
-
- const int kBufferSize = 65536;
- const int kMaxMsgSize = 4096;