You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/m17n-lib/files/m17n-lib-1.5.2-fribidi.patch

17 lines
379 B

diff --git a/src/draw.c b/src/draw.c
index f9667d0..1ba6cf6 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -1750,7 +1750,11 @@ mdraw__init ()
MbidiS = msymbol ("S");
MbidiNSM = msymbol ("NSM");
#ifdef HAVE_FRIBIDI
+#if FRIBIDI_INTERFACE_VERSION < 3
fribidi_set_mirroring (TRUE);
+#else
+ fribidi_set_mirroring (1);
+#endif
#endif
M_break_at_space = msymbol ("bs");