File libcryptopp-m68k.patch of Package libcryptopp
Index: libcryptopp-5.6.2/config.h
===================================================================
--- libcryptopp-5.6.2.orig/config.h
+++ libcryptopp-5.6.2/config.h
@@ -4,7 +4,7 @@
// ***************** Important Settings ********************
// define this if running on a big-endian CPU
-#if !defined(IS_LITTLE_ENDIAN) && (defined(__BIG_ENDIAN__) || defined(__sparc) || defined(__sparc__) || defined(__hppa__) || defined(__MIPSEB__) || defined(__ARMEB__) || defined(__s390__) || defined(__s390x__) || (defined(__MWERKS__) && !defined(__INTEL__)))
+#if !defined(IS_LITTLE_ENDIAN) && (defined(__BIG_ENDIAN__) || defined(__sparc) || defined(__sparc__) || defined(__hppa__) || defined(__MIPSEB__) || defined(__ARMEB__) || defined(__s390__) || defined(__s390x__) || (defined(__MWERKS__) && !defined(__INTEL__)) || defined(__mc68000__))
# define IS_BIG_ENDIAN
#endif