diff options
author | markd <markd> | 2011-02-05 20:21:00 +0000 |
---|---|---|
committer | markd <markd> | 2011-02-05 20:21:00 +0000 |
commit | 0d7d86d9dbb0ac11dbcf644233bdfbdfc1c8c317 (patch) | |
tree | ba8fab2226634b8876d662884164521d7cc1701b /converters | |
parent | e5cb4ae130b7f53239e2fe6b2ae9baf1f635d318 (diff) | |
download | pkgsrc-0d7d86d9dbb0ac11dbcf644233bdfbdfc1c8c317.tar.gz |
Fix build with gcc4.3
Diffstat (limited to 'converters')
-rw-r--r-- | converters/TECkit/distinfo | 3 | ||||
-rw-r--r-- | converters/TECkit/patches/patch-source_Compiler.cpp | 14 |
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" + |