SOURCES: php-pecl-fribidi-new_fribidi.patch (NEW) - in fribidi-0.1...

sls sls at pld-linux.org
Tue Jan 15 20:25:43 CET 2008


Author: sls                          Date: Tue Jan 15 19:25:43 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- in fribidi-0.10.9 there's only FRIBIDI_CHAR_SET_* (not FRIBIDI_CHARSET_*)

---- Files affected:
SOURCES:
   php-pecl-fribidi-new_fribidi.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-pecl-fribidi-new_fribidi.patch
diff -u /dev/null SOURCES/php-pecl-fribidi-new_fribidi.patch:1.1
--- /dev/null	Tue Jan 15 20:25:43 2008
+++ SOURCES/php-pecl-fribidi-new_fribidi.patch	Tue Jan 15 20:25:38 2008
@@ -0,0 +1,20 @@
+--- php-pecl-fribidi-1.0/fribidi-1.0/fribidi.c.orig	2008-01-15 19:34:22.296042065 +0100
++++ php-pecl-fribidi-1.0/fribidi-1.0/fribidi.c	2008-01-15 19:34:35.793982868 +0100
+@@ -32,7 +32,7 @@
+ #include <fribidi/fribidi.h>
+ 
+ /* The fribidi guys dont believe in BC */
+-/*#ifndef FRIBIDI_CHARSET_UTF8
++#ifndef FRIBIDI_CHARSET_UTF8
+ #define FRIBIDI_CHARSET_UTF8                FRIBIDI_CHAR_SET_UTF8
+ #define FRIBIDI_CHARSET_ISO8859_6           FRIBIDI_CHAR_SET_ISO8859_6
+ #define FRIBIDI_CHARSET_ISO8859_8           FRIBIDI_CHAR_SET_ISO8859_8
+@@ -40,7 +40,7 @@
+ #define FRIBIDI_CHARSET_CP1256              FRIBIDI_CHAR_SET_CP1256
+ #define FRIBIDI_CHARSET_ISIRI_3342          FRIBIDI_CHAR_SET_ISIRI_3342
+ #define FRIBIDI_CHARSET_CAP_RTL             FRIBIDI_CHAR_SET_CAP_RTL
+-#endif*/
++#endif
+ 
+ function_entry fribidi_functions[] = {
+ 	PHP_FE(fribidi_log2vis,	     NULL)
================================================================


More information about the pld-cvs-commit mailing list