mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- Add RUN_DEPENDS on japanese/skk-jisyo - Fix default SKK-JISYO.L dictionary file path setting for SKK input method - Rename textproc/uim-gtk port to textproc/uim-gtk2 - Add textproc/uim-qt6 port of Qt6 input method module - Bump PORTREVISION of the ports that depend on textproc/uim port
20 lines
770 B
Text
20 lines
770 B
Text
--- configure.ac.orig 2025-02-23 08:00:09 UTC
|
|
+++ configure.ac
|
|
@@ -124,7 +124,7 @@ if test "x$with_anthy" = xyes; then
|
|
if test "x$with_anthy" = xyes; then
|
|
ANTHY_LIBS="-lanthy -lanthydic"
|
|
ANTHY_CFLAGS=""
|
|
- PKG_CHECK_EXISTS(anthy >= 8622,
|
|
+ PKG_CHECK_EXISTS(anthy >= 0.4,
|
|
[AC_DEFINE(LIBANTHY_UTF8_CAPABLE, 1,
|
|
"libanthy can handle UTF-8")])
|
|
fi
|
|
@@ -142,7 +142,7 @@ if test "x$with_anthy_utf8" != xno; then
|
|
[with_anthy_utf8=no])
|
|
|
|
if test "x$with_anthy_utf8" != xno; then
|
|
- PKG_CHECK_MODULES(ANTHY_UTF8, anthy >= 8622,
|
|
+ PKG_CHECK_MODULES(ANTHY_UTF8, anthy >= 0.4,
|
|
[with_anthy_utf8=yes
|
|
AC_DEFINE(LIBANTHY_UTF8_CAPABLE, 1,
|
|
[libanthy can handle UTF-8])],
|