From 028cf708548a15abe2c1f6501f6fc503f7c2bc31 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 22 Jan 2010 01:09:20 +0000 Subject: [PATCH] [PATCH 2/4] packages/lang/php5: Remove uts domain patch This patch removes the domain name patch for the new php version 5.3.1 as it doesn't apply anymore. Signed-off-by: Michael Heimpold SVN-Revision: 19267 --- lang/php5/patches/002-uts_domainname.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lang/php5/patches/002-uts_domainname.patch b/lang/php5/patches/002-uts_domainname.patch index 3c7a66ec03..e69de29bb2 100644 --- a/lang/php5/patches/002-uts_domainname.patch +++ b/lang/php5/patches/002-uts_domainname.patch @@ -1,13 +0,0 @@ -Index: php-5.2.4/ext/posix/posix.c -=================================================================== ---- php-5.2.4.orig/ext/posix/posix.c 2007-09-02 12:24:45.000000000 +0200 -+++ php-5.2.4/ext/posix/posix.c 2007-09-02 12:24:45.000000000 +0200 -@@ -468,7 +468,7 @@ - add_assoc_string(return_value, "version", u.version, 1); - add_assoc_string(return_value, "machine", u.machine, 1); - #ifdef _GNU_SOURCE -- add_assoc_string(return_value, "domainname", u.domainname, 1); -+ add_assoc_string(return_value, "domainname", u.__domainname, 1); - #endif - } - /* }}} */ -- 2.30.2