SOURCES: php-libmbfl-shared.patch (NEW) - use system mbfl headers

glen glen at pld-linux.org
Mon Jan 2 00:18:17 CET 2006


Author: glen                         Date: Sun Jan  1 23:18:17 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use system mbfl headers

---- Files affected:
SOURCES:
   php-libmbfl-shared.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-libmbfl-shared.patch
diff -u /dev/null SOURCES/php-libmbfl-shared.patch:1.1
--- /dev/null	Mon Jan  2 00:18:17 2006
+++ SOURCES/php-libmbfl-shared.patch	Mon Jan  2 00:18:12 2006
@@ -0,0 +1,24 @@
+diff -u php-5.1.1/ext/mbstring/mbstring.c php-5.1.1-shared/ext/mbstring/mbstring.c
+--- php-5.1.1/ext/mbstring/mbstring.c	2005-11-25 23:55:25.000000000 +0200
++++ php-5.1.1-shared/ext/mbstring/mbstring.c	2006-01-02 01:01:39.000000000 +0200
+@@ -61,7 +61,7 @@
+ #include "main/php_output.h"
+ #include "ext/standard/info.h"
+ 
+-#include "libmbfl/mbfl/mbfl_allocators.h"
++#include <mbfl/mbfl_allocators.h>
+ 
+ #include "php_variables.h"
+ #include "php_globals.h"
+diff -u php-5.1.1/ext/mbstring/mbstring.h php-5.1.1-shared/ext/mbstring/mbstring.h
+--- php-5.1.1/ext/mbstring/mbstring.h	2005-08-03 17:07:24.000000000 +0300
++++ php-5.1.1-shared/ext/mbstring/mbstring.h	2006-01-02 01:01:19.000000000 +0200
+@@ -68,7 +68,7 @@
+ 
+ #if HAVE_MBSTRING
+ 
+-#include "libmbfl/mbfl/mbfilter.h"
++#include <mbfl/mbfilter.h>
+ #include "SAPI.h"
+ 
+ #define PHP_MBSTRING_API 20021024
================================================================


More information about the pld-cvs-commit mailing list