python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / ocaml-modules / gmetadom / gcc-4.3.patch
blobd8d1d46316322ad23adb38590c5e4cc5b8a0ee4c
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## gcc-4.3.dpatch by Stefano Zacchiroli <zack@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: ensure sources build with gcc-4.3
7 @DPATCH@
8 diff -urNad trunk~/src/shared/Traits.hh.in trunk/src/shared/Traits.hh.in
9 --- trunk~/src/shared/Traits.hh.in 2003-01-14 12:41:55.000000000 +0100
10 +++ trunk/src/shared/Traits.hh.in 2008-05-01 15:45:39.000000000 +0200
11 @@ -26,6 +26,7 @@
14 #include <string>
15 +#include <cstring>
17 #include "@DOM_NAMESPACE@Char.hh"