diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-12-17 01:38:38 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-12-17 01:38:38 +0000 |
commit | 066e38c57558d54df465dd5990b5d15083922428 (patch) | |
tree | 84cedf16ff73cd361b66ee426ad6503b74788d90 /dev-php/mod_php/files/stdint.diff | |
parent | Stable on sparc wrt #74547, solves #74627 (Manifest recommit) (diff) | |
download | gentoo-2-066e38c57558d54df465dd5990b5d15083922428.tar.gz gentoo-2-066e38c57558d54df465dd5990b5d15083922428.tar.bz2 gentoo-2-066e38c57558d54df465dd5990b5d15083922428.zip |
STable on sparc wrt #74547, solves #74627
Diffstat (limited to 'dev-php/mod_php/files/stdint.diff')
-rw-r--r-- | dev-php/mod_php/files/stdint.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-php/mod_php/files/stdint.diff b/dev-php/mod_php/files/stdint.diff new file mode 100644 index 000000000000..451d7fb44cf3 --- /dev/null +++ b/dev-php/mod_php/files/stdint.diff @@ -0,0 +1,11 @@ +diff -Nura php-4.3.10/Zend/zend_strtod.c php-4.3.10.stdint/Zend/zend_strtod.c +--- php-4.3.10/Zend/zend_strtod.c 2004-12-14 05:35:26.000000000 -0300 ++++ php-4.3.10.stdint/Zend/zend_strtod.c 2004-12-16 15:33:47.000000000 -0300 +@@ -128,6 +128,7 @@ + #endif + + #if defined(__sparc__) || defined(__ppc__) ++#include <stdint.h> + #define u_int32_t uint32_t + #endif + |