aboutsummaryrefslogtreecommitdiff
path: root/biology/mothur/files/patch-source_endiannessmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'biology/mothur/files/patch-source_endiannessmacros.h')
-rw-r--r--biology/mothur/files/patch-source_endiannessmacros.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/biology/mothur/files/patch-source_endiannessmacros.h b/biology/mothur/files/patch-source_endiannessmacros.h
deleted file mode 100644
index 923cfbd9e621..000000000000
--- a/biology/mothur/files/patch-source_endiannessmacros.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- source/endiannessmacros.h.orig 2020-10-19 10:22:23 UTC
-+++ source/endiannessmacros.h
-@@ -53,16 +53,6 @@
- # define SP_BIG_ENDIAN
- #endif
-
--/*
-- * PowerPC
-- */
--#if defined(__ppc__) || defined(__ppc)
--# if defined(SP_LITTLE_ENDIAN)
--# undef SP_LITTLE_ENDIAN
--# endif
--# define SP_BIG_ENDIAN
--#endif
--
- /* Some catch-alls */
- #if defined(__LITTLE_ENDIAN__) || defined(__LITTLEENDIAN__)
- # define SP_LITTLE_ENDIAN