diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0002-bigendian.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/patches/0002-bigendian.patch b/debian/patches/0002-bigendian.patch index a0c2f51..dcd1900 100644 --- a/debian/patches/0002-bigendian.patch +++ b/debian/patches/0002-bigendian.patch @@ -1,3 +1,9 @@ +Description: prevent build-error for big-endian systems +Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Reviewed-by: +Last-Update: 2014-05-18 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/xsd/tests/cxx/tree/encoding/char/utf-8/driver.cxx =================================================================== --- trunk.orig/xsd/tests/cxx/tree/encoding/char/utf-8/driver.cxx 2010-04-28 08:58:09.000000000 +0200 |