summaryrefslogtreecommitdiff
path: root/converters/TECkit/patches
diff options
context:
space:
mode:
authormarkd <markd>2011-02-05 20:21:00 +0000
committermarkd <markd>2011-02-05 20:21:00 +0000
commite2a870ebdbbf1430a4715b47d816bcd9e2a2919a (patch)
treeba8fab2226634b8876d662884164521d7cc1701b /converters/TECkit/patches
parentf0fc6d46faedbb820eac4756783479a547ea79b3 (diff)
downloadpkgsrc-e2a870ebdbbf1430a4715b47d816bcd9e2a2919a.tar.gz
Fix build with gcc4.3
Diffstat (limited to 'converters/TECkit/patches')
-rw-r--r--converters/TECkit/patches/patch-source_Compiler.cpp14
1 files changed, 14 insertions, 0 deletions
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"
+