packages: php/php-uint32_t.patch - moved from DEVEL

arekm arekm at pld-linux.org
Mon Jul 6 21:38:20 CEST 2009


Author: arekm                        Date: Mon Jul  6 19:38:20 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- moved from DEVEL

---- Files affected:
packages/php:
   php-uint32_t.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/php/php-uint32_t.patch
diff -u packages/php/php-uint32_t.patch:1.2 packages/php/php-uint32_t.patch:1.3
--- packages/php/php-uint32_t.patch:1.2	Sun Dec 26 16:35:19 2004
+++ packages/php/php-uint32_t.patch	Mon Jul  6 21:38:15 2009
@@ -1,12 +1,11 @@
-adds missing include in zend_strtod.c (caused build to fail on sparc)
-
---- php-5.0.3/Zend/zend_strtod.c~	2004-12-14 09:41:35.000000000 +0100
-+++ php-5.0.3/Zend/zend_strtod.c	2004-12-21 08:45:10.050119856 +0100
-@@ -90,6 +90,7 @@
-  */
+diff -ur php5.3-200903291030/Zend/zend_strtod.c mod/Zend/zend_strtod.c
+--- php5.3-200903291030/Zend/zend_strtod.c	2009-03-18 12:36:20.000000000 +0100
++++ mod/Zend/zend_strtod.c	2009-03-29 18:34:10.000000000 +0200
+@@ -93,6 +93,7 @@
  
+ #include <zend_operators.h>
  #include <zend_strtod.h>
 +#include <stdint.h>
  
- #if defined(LIBC_SCCS) && !defined(lint)
- static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $";
+ #ifdef ZTS
+ #include <TSRM.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php-uint32_t.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list