diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2022-05-08 16:24:16 +0900 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2022-05-08 16:40:24 +0900 |
commit | 77267e8a33ff905e2973eb9f75831a80bc7cddc9 (patch) | |
tree | 3ada1cf3348d5b884b33801b3e343199e1acf9b8 /textproc/uim/files/patch-configure.ac | |
parent | net/iwnet: attempt to fix the port's build on -CURRENT (diff) |
textproc/uim: Update to the snapshot on 2022-03-18
- Update slave ports of textproc/uim
- Bump PORTREVISION for the ports that depend on textproc/uim
Diffstat (limited to 'textproc/uim/files/patch-configure.ac')
-rw-r--r-- | textproc/uim/files/patch-configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/uim/files/patch-configure.ac b/textproc/uim/files/patch-configure.ac index 5bc71c1d0b02..54ea5d240826 100644 --- a/textproc/uim/files/patch-configure.ac +++ b/textproc/uim/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2021-01-03 20:53:29 UTC +--- configure.ac.orig 2022-03-18 00:54:17 UTC +++ configure.ac -@@ -124,7 +124,7 @@ fi +@@ -123,7 +123,7 @@ fi if test "x$with_anthy" = xyes; then ANTHY_LIBS="-lanthy -lanthydic" ANTHY_CFLAGS="" @@ -9,7 +9,7 @@ [AC_DEFINE(LIBANTHY_UTF8_CAPABLE, 1, "libanthy can handle UTF-8")]) fi -@@ -142,7 +142,7 @@ AC_ARG_WITH(anthy-utf8, +@@ -141,7 +141,7 @@ AC_ARG_WITH(anthy-utf8, [with_anthy_utf8=no]) if test "x$with_anthy_utf8" != xno; then |