diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-04-20 18:34:10 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-04-20 18:34:10 +0000 |
commit | 84b712c9bce649bcec3d0494a24b7fc7a7f1b6dc (patch) | |
tree | 1d5810417b5509e88f17fc30b69636e9914947b6 /converters/pecl-fribidi | |
parent | dec321fb261a0b6f287ea7fe9200c34da8183269 (diff) | |
download | ports-84b712c9bce649bcec3d0494a24b7fc7a7f1b6dc.tar.gz ports-84b712c9bce649bcec3d0494a24b7fc7a7f1b6dc.zip |
Notes
Diffstat (limited to 'converters/pecl-fribidi')
-rw-r--r-- | converters/pecl-fribidi/files/patch-fribidi.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/converters/pecl-fribidi/files/patch-fribidi.c b/converters/pecl-fribidi/files/patch-fribidi.c new file mode 100644 index 000000000000..1377b7dcf360 --- /dev/null +++ b/converters/pecl-fribidi/files/patch-fribidi.c @@ -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) |