summaryrefslogtreecommitdiff
path: root/www/php4/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'www/php4/patches/patch-am')
-rw-r--r--www/php4/patches/patch-am16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/php4/patches/patch-am b/www/php4/patches/patch-am
deleted file mode 100644
index 5bdd75afa84..00000000000
--- a/www/php4/patches/patch-am
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-am,v 1.1 2004/12/19 03:50:44 grant Exp $
-
---- Zend/zend_strtod.c.orig 2004-12-14 19:35:26.000000000 +1100
-+++ Zend/zend_strtod.c
-@@ -127,7 +127,11 @@ static char *rcsid = "$OpenBSD: strtod.c
- #define IEEE_LITTLE_ENDIAN
- #endif
-
-+/* the __ppc__ test alone is wrong on Darwin, which doesn't have uintXX_t */
-+/*
- #if defined(__sparc__) || defined(__ppc__)
-+*/
-+#if defined(__sparc__) || (defined(__ppc__) && !defined(__APPLE__))
- #define u_int32_t uint32_t
- #endif
-