From 45cf18b90d4a0a7802bc1fffadc4f5a42cbc9233 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 8 Mar 2009 13:40:40 +0100 Subject: [PATCH] cdrkit: updated for LE cross compilation --- packages/cdrkit/files/xconfig.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/cdrkit/files/xconfig.patch diff --git a/packages/cdrkit/files/xconfig.patch b/packages/cdrkit/files/xconfig.patch new file mode 100644 index 0000000000..5af1a373b9 --- /dev/null +++ b/packages/cdrkit/files/xconfig.patch @@ -0,0 +1,15 @@ +--- cdrkit-1.1.9/include/xconfig.h.in.orig 2006-12-02 12:10:05.000000000 +0100 ++++ cdrkit-1.1.9/include/xconfig.h.in 2009-03-08 13:29:05.000000000 +0100 +@@ -233,7 +233,11 @@ + /* If using network byte order */ + #cmakedefine WORDS_BIGENDIAN + /* If high bits come first in structures */ +-#cmakedefine BITFIELDS_HTOL ++#ifdef WORDS_BIGENDIAN ++#define BITFIELDS_HTOL ++#else ++#define BITFIELDS_LTOH ++#endif + #define HAVE_C_BIGENDIAN /* Flag that WORDS_BIGENDIAN test was done */ + #define HAVE_C_BITFIELDS /* Flag that BITFIELDS_HTOL test was done */ + -- 2.39.5