Correct linking. Pointed out by ajacoutot@.

This commit is contained in:
fgsch 2010-08-22 21:37:29 +00:00
parent 981dc9d1e7
commit ba388d837b
2 changed files with 30 additions and 2 deletions

View File

@ -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

View File

@ -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