diff options
author | markd <markd> | 2011-02-17 08:31:50 +0000 |
---|---|---|
committer | markd <markd> | 2011-02-17 08:31:50 +0000 |
commit | f90206e94244f01e425c61c1ae04ed3dda244911 (patch) | |
tree | c98367f4eba3e9175a81e8c08cb0400c4fa437e7 /devel/kdesdk3 | |
parent | bcdcac1f6d7795ba470de6a069d7554a9ea28701 (diff) | |
download | pkgsrc-f90206e94244f01e425c61c1ae04ed3dda244911.tar.gz |
Fix build with gcc 4.3
Diffstat (limited to 'devel/kdesdk3')
-rw-r--r-- | devel/kdesdk3/distinfo | 4 | ||||
-rw-r--r-- | devel/kdesdk3/patches/patch-kbabel_common_libgettext_pofiles.ll | 14 | ||||
-rw-r--r-- | devel/kdesdk3/patches/patch-poxml_antlr_antlr_CharScanner.hpp | 14 |
3 files changed, 31 insertions, 1 deletions
diff --git a/devel/kdesdk3/distinfo b/devel/kdesdk3/distinfo index f642edaeba0..0ee28b855e9 100644 --- a/devel/kdesdk3/distinfo +++ b/devel/kdesdk3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.37 2010/06/02 12:28:11 adam Exp $ +$NetBSD: distinfo,v 1.38 2011/02/17 08:31:50 markd Exp $ SHA1 (kdesdk-3.5.10.tar.bz2) = 1a6702e8e7741690496327b8a908fabdab5d3c79 RMD160 (kdesdk-3.5.10.tar.bz2) = 28a296667d66021c3b13c1991e1028d5e8554dfd @@ -8,3 +8,5 @@ SHA1 (patch-ab) = 436454d5f54cdf783a5a1cb3d70a2e8398695f60 SHA1 (patch-ac) = 86d3e639fe15e88dad41b590e5399b3d50207307 SHA1 (patch-ad) = 5ae3bd5af9b76d7824d166109352bb8916c946f7 SHA1 (patch-ae) = 1f9373975df35f3249779e18d90005b7a016e5cb +SHA1 (patch-kbabel_common_libgettext_pofiles.ll) = 996701f1bef3beb87c5a264a079488abcede91cd +SHA1 (patch-poxml_antlr_antlr_CharScanner.hpp) = bac4a7a4914f85bb4f6e2137d574970a76ad7682 diff --git a/devel/kdesdk3/patches/patch-kbabel_common_libgettext_pofiles.ll b/devel/kdesdk3/patches/patch-kbabel_common_libgettext_pofiles.ll new file mode 100644 index 00000000000..17a7c843c7b --- /dev/null +++ b/devel/kdesdk3/patches/patch-kbabel_common_libgettext_pofiles.ll @@ -0,0 +1,14 @@ +$NetBSD: patch-kbabel_common_libgettext_pofiles.ll,v 1.1 2011/02/17 08:31:51 markd Exp $ + +build with gcc4.3 + +--- kbabel/common/libgettext/pofiles.ll.orig 2005-11-08 22:28:44.000000000 +0000 ++++ kbabel/common/libgettext/pofiles.ll +@@ -39,6 +39,7 @@ + #endif + + #include <stdlib.h> ++#include <cstdio> + + #ifdef HAVE_STRINGS_H + #include <strings.h> diff --git a/devel/kdesdk3/patches/patch-poxml_antlr_antlr_CharScanner.hpp b/devel/kdesdk3/patches/patch-poxml_antlr_antlr_CharScanner.hpp new file mode 100644 index 00000000000..26f5079dc9a --- /dev/null +++ b/devel/kdesdk3/patches/patch-poxml_antlr_antlr_CharScanner.hpp @@ -0,0 +1,14 @@ +$NetBSD: patch-poxml_antlr_antlr_CharScanner.hpp,v 1.1 2011/02/17 08:31:51 markd Exp $ + +build with gcc4.3 + +--- poxml/antlr/antlr/CharScanner.hpp.orig 2005-09-10 08:21:05.000000000 +0000 ++++ poxml/antlr/antlr/CharScanner.hpp +@@ -42,6 +42,7 @@ + #include "antlr/BitSet.hpp" + #include "antlr/LexerSharedInputState.hpp" + #include <map> ++#include <cstdio> + + ANTLR_BEGIN_NAMESPACE(antlr) + |