[Pkg-php-commits] [php/debian-sid] Refreshed 108-64_bit_datetime.patch

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


---
 debian/patches/108-64_bit_datetime.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/108-64_bit_datetime.patch b/debian/patches/108-64_bit_datetime.patch
index f8c5847..6d46a94 100644
--- a/debian/patches/108-64_bit_datetime.patch
+++ b/debian/patches/108-64_bit_datetime.patch
@@ -1,8 +1,8 @@
---- pkg-php.orig/ext/standard/datetime.c
-+++ pkg-php/ext/standard/datetime.c
+--- a/ext/standard/datetime.c
++++ b/ext/standard/datetime.c
 @@ -20,6 +20,9 @@
  
- /* $Id: datetime.c,v 1.134.2.2.2.4.2.3 2008/12/31 11:15:44 sebastian Exp $ */
+ /* $Id: datetime.c 272370 2008-12-31 11:15:49Z sebastian $ */
  
 +#define _XOPEN_SOURCE	/* needed to get strptime() declared */
 +#define _BSD_SOURCE		/* needed to get ulong declared */
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list