summaryrefslogtreecommitdiffstats
path: root/recipes/modphp/files/endianness.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/modphp/files/endianness.patch')
-rw-r--r--recipes/modphp/files/endianness.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/modphp/files/endianness.patch b/recipes/modphp/files/endianness.patch
new file mode 100644
index 0000000000..0231727c33
--- /dev/null
+++ b/recipes/modphp/files/endianness.patch
@@ -0,0 +1,10 @@
+--- php-5.0.5/Zend/zend_strtod.c~ 2005-10-10 19:58:06.000000000 -0700
++++ php-5.0.5/Zend/zend_strtod.c 2005-10-10 20:21:35.000000000 -0700
+@@ -130,6 +130,7 @@
+ * but the word order is big endian.
+ */
+ #define IEEE_BIG_ENDIAN
++#undef IEEE_LITTLE_ENDIAN
+ #endif
+
+ #ifdef __vax__