mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix build with new fribidi library.
This commit is contained in:
parent
dec321fb26
commit
84b712c9bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160033
20
converters/pecl-fribidi/files/patch-fribidi.c
Normal file
20
converters/pecl-fribidi/files/patch-fribidi.c
Normal file
@ -0,0 +1,20 @@
|
||||
--- fribidi.c.orig Thu Apr 20 20:32:11 2006
|
||||
+++ fribidi.c Thu Apr 20 20:32:20 2006
|
||||
@@ -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)
|
Loading…
Reference in New Issue
Block a user