diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile index 5b8c12fd1f3..d4992029b76 100644 --- a/japanese/kasumi/Makefile +++ b/japanese/kasumi/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2010/08/20 11:07:16 fgsch Exp $ +# $OpenBSD: Makefile,v 1.3 2010/08/22 21:37:29 fgsch Exp $ COMMENT = personal dictionary manager for anthy DISTNAME = kasumi-2.5 -REVISION = 0 +REVISION = 1 CATEGORIES = japanese diff --git a/japanese/kasumi/patches/patch-configure b/japanese/kasumi/patches/patch-configure new file mode 100644 index 00000000000..f2d37e94c17 --- /dev/null +++ b/japanese/kasumi/patches/patch-configure @@ -0,0 +1,28 @@ +$OpenBSD: patch-configure,v 1.1 2010/08/22 21:37:29 fgsch Exp $ +--- configure.orig Sun Aug 22 22:23:14 2010 ++++ configure Sun Aug 22 22:26:09 2010 +@@ -7369,6 +7369,7 @@ fi + done + fi + ++LIBICONV="$LTLIBICONV" + + + +@@ -7381,7 +7382,6 @@ fi + + + +- + for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ + stdlib.h string.h unistd.h sys/param.h + do +@@ -8590,7 +8590,7 @@ fi + LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" + done + fi +- ++LIBINTL="$LTLIBINTL" + { $as_echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 + $as_echo_n "checking for GNU gettext in libintl... " >&6; } + if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then