[Pkg-php-commits] [php/debian-sid] Refreshed 116-posixness_fix.patch

Ondřej Surý ondrej at sury.org
Sun Feb 7 23:17:14 UTC 2010


---
 debian/patches/116-posixness_fix.patch |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/patches/116-posixness_fix.patch b/debian/patches/116-posixness_fix.patch
index 8c91796..11fa843 100644
--- a/debian/patches/116-posixness_fix.patch
+++ b/debian/patches/116-posixness_fix.patch
@@ -1,5 +1,5 @@
---- pkg-php.orig/TSRM/tsrm_config_common.h
-+++ pkg-php/TSRM/tsrm_config_common.h
+--- a/TSRM/tsrm_config_common.h
++++ b/TSRM/tsrm_config_common.h
 @@ -1,6 +1,10 @@
  #ifndef TSRM_CONFIG_COMMON_H
  #define TSRM_CONFIG_COMMON_H
@@ -11,11 +11,11 @@
  #ifndef __CYGWIN__
  # if WINNT|WIN32
  #  define TSRM_WIN32
---- pkg-php.orig/ext/date/lib/parse_tz.c
-+++ pkg-php/ext/date/lib/parse_tz.c
+--- a/ext/date/lib/parse_tz.c
++++ b/ext/date/lib/parse_tz.c
 @@ -18,6 +18,10 @@
  
- /* $Id: parse_tz.c,v 1.20.2.6.2.13.2.6 2009/04/25 16:33:41 nlopess Exp $ */
+ /* $Id: parse_tz.c 279320 2009-04-25 16:33:41Z nlopess $ */
  
 +#ifndef PATH_MAX
 +#define PATH_MAX 4096
@@ -24,8 +24,8 @@
  #include "timelib.h"
  
  #include <stdio.h>
---- pkg-php.orig/ext/standard/proc_open.c
-+++ pkg-php/ext/standard/proc_open.c
+--- a/ext/standard/proc_open.c
++++ b/ext/standard/proc_open.c
 @@ -24,6 +24,10 @@
  # define __EXTENSIONS__	1	/* Solaris: uint */
  #endif
@@ -37,8 +37,8 @@
  #include "php.h"
  #include <stdio.h>
  #include <ctype.h>
---- pkg-php.orig/main/php.h
-+++ pkg-php/main/php.h
+--- a/main/php.h
++++ b/main/php.h
 @@ -248,6 +248,10 @@ END_EXTERN_C()
  /* macros */
  #define STR_PRINT(str)	((str)?(str):"")
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list