summaryrefslogtreecommitdiff
path: root/textproc/uim/files/patch-configure.ac
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2025-04-20 19:54:49 +0900
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2025-04-20 19:59:06 +0900
commit1c99ec1d1da053d45b7555f2c48374b228a5b619 (patch)
tree7916f4ef2d9abaddfb963c056cca5246f74ad8b7 /textproc/uim/files/patch-configure.ac
parentdevel/R-cran-Rdpack: Update to 2.6.4 (diff)
textproc/uim: Update to 1.9.1
- Add japanese/uim-anthy-unicode port that supports Anthy Unicode (japanese/anthy-unicode) - Bump PORTREVISION of the ports that depend on textproc/uim port
Diffstat (limited to 'textproc/uim/files/patch-configure.ac')
-rw-r--r--textproc/uim/files/patch-configure.ac16
1 files changed, 8 insertions, 8 deletions
diff --git a/textproc/uim/files/patch-configure.ac b/textproc/uim/files/patch-configure.ac
index 321bf7faf9a1..d0447119aa33 100644
--- a/textproc/uim/files/patch-configure.ac
+++ b/textproc/uim/files/patch-configure.ac
@@ -1,4 +1,4 @@
---- configure.ac.orig 2025-02-23 08:00:09 UTC
+--- configure.ac.orig 2025-04-13 09:17:52 UTC
+++ configure.ac
@@ -124,7 +124,7 @@ if test "x$with_anthy" = xyes; then
if test "x$with_anthy" = xyes; then
@@ -9,12 +9,12 @@
[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,
+@@ -146,7 +146,7 @@ if test "x$with_anthy_utf8" != xno; then
[with_anthy_utf8=yes
AC_DEFINE(LIBANTHY_UTF8_CAPABLE, 1,
- [libanthy can handle UTF-8])],
+ [libanthy-unicode can handle UTF-8])],
+- [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])],