summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2011-02-05 20:21:00 +0000
committermarkd <markd@pkgsrc.org>2011-02-05 20:21:00 +0000
commit1e552099c1602d0693a01eb6ec4d4f2e4ba17dc0 (patch)
treeba8fab2226634b8876d662884164521d7cc1701b /converters
parent2bbae475fe4fa62d2455dd17951671087d55af39 (diff)
downloadpkgsrc-1e552099c1602d0693a01eb6ec4d4f2e4ba17dc0.tar.gz
Fix build with gcc4.3
Diffstat (limited to 'converters')
-rw-r--r--converters/TECkit/distinfo3
-rw-r--r--converters/TECkit/patches/patch-source_Compiler.cpp14
2 files changed, 16 insertions, 1 deletions
diff --git a/converters/TECkit/distinfo b/converters/TECkit/distinfo
index 339aeedad1d..55ff4fa5eda 100644
--- a/converters/TECkit/distinfo
+++ b/converters/TECkit/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/11/24 02:09:31 minskim Exp $
+$NetBSD: distinfo,v 1.2 2011/02/05 20:21:00 markd Exp $
SHA1 (TECkit_2_5_1.tar.gz) = 4c43541d11e82c88a56b69d9d077aa3b60e6bb5c
RMD160 (TECkit_2_5_1.tar.gz) = 4f19b293878329b7eec76b77b322ea2155e34f2f
Size (TECkit_2_5_1.tar.gz) = 2630207 bytes
+SHA1 (patch-source_Compiler.cpp) = abddeab807c8a724941de065f07a125c7f59569b
diff --git a/converters/TECkit/patches/patch-source_Compiler.cpp b/converters/TECkit/patches/patch-source_Compiler.cpp
new file mode 100644
index 00000000000..dd482938849
--- /dev/null
+++ b/converters/TECkit/patches/patch-source_Compiler.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-source_Compiler.cpp,v 1.1 2011/02/05 20:21:00 markd Exp $
+
+Fix buils with gcc4.3
+
+--- source/Compiler.cpp.orig 2011-02-04 04:15:39.108292974 +0000
++++ source/Compiler.cpp
+@@ -33,6 +33,7 @@ Description:
+ #include <iomanip>
+ #include <algorithm>
+ #include <cstring>
++#include <cstdio>
+
+ #include "zlib.h"
+