summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/crypto++/files/crypto++-5.6.0-loongson.patch')
-rw-r--r--dev-libs/crypto++/files/crypto++-5.6.0-loongson.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-libs/crypto++/files/crypto++-5.6.0-loongson.patch b/dev-libs/crypto++/files/crypto++-5.6.0-loongson.patch
deleted file mode 100644
index e2e2afc..0000000
--- a/dev-libs/crypto++/files/crypto++-5.6.0-loongson.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/config.h b/config.h
-index de6b0d7..99a8759 100644
---- a/config.h
-+++ b/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(__mips__) || (defined(__MWERKS__) && !defined(__INTEL__)))
-+#if !defined(IS_LITTLE_ENDIAN) && (defined(__BIG_ENDIAN__) || defined(__sparc) || defined(__sparc__) || defined(__hppa__) || defined(__MIPSEB__) || (defined(__MWERKS__) && !defined(__INTEL__)))
- # define IS_BIG_ENDIAN
- #endif
-