Fix broken patch.

PR:	ports/38535
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
SADA Kenji 2002-05-25 16:41:27 +00:00
parent b4dbf278c6
commit 870588c1a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59988

View file

@ -1,5 +1,5 @@
--- configure.in.orig Tue Oct 9 23:54:02 2001 --- configure.in.orig Tue Oct 9 23:54:02 2001
+++ configure.in Tue May 14 09:49:31 2002 +++ configure.in Sat May 25 05:50:23 2002
@@ -83,7 +83,7 @@ @@ -83,7 +83,7 @@
AC_FUNC_SELECT_ARGTYPES AC_FUNC_SELECT_ARGTYPES
@ -9,7 +9,7 @@
APPLICATIONS='genpref icewm icesh icewmhint icewmbg' APPLICATIONS='genpref icewm icesh icewmhint icewmbg'
dnl Checking for X11 dnl Checking for X11
@@ -108,27 +108,27 @@ @@ -108,27 +108,28 @@
AC_ARG_ENABLE(i18n, AC_ARG_ENABLE(i18n,
[ --enable-i18n Enable internationalization], [ --enable-i18n Enable internationalization],
[ if test "$enable_i18n" != "no"; then [ if test "$enable_i18n" != "no"; then
@ -48,10 +48,11 @@
+dnl *** return any information about the locale's codeset. Check your manuals. +dnl *** return any information about the locale's codeset. Check your manuals.
+dnl *** Ask your vendor. Contact icewm-devel@lists.sourceforge.net when you know +dnl *** Ask your vendor. Contact icewm-devel@lists.sourceforge.net when you know
+dnl *** the name of the locale-dependent parameter for your platform.]) +dnl *** the name of the locale-dependent parameter for your platform.])
+ ice_nl_codesets="CODESET"
fi fi
ice_nl_codesets="${ice_nl_codesets} 0" ice_nl_codesets="${ice_nl_codesets} 0"
@@ -164,7 +164,7 @@ @@ -164,7 +165,7 @@
[ --unicode-set=CODESET your iconv's unicode set in machine endian encoding [ --unicode-set=CODESET your iconv's unicode set in machine endian encoding
(e.g. WCHAR_T, UCS-4-INTERNAL, UCS-4LE, UCS-4BE)], (e.g. WCHAR_T, UCS-4-INTERNAL, UCS-4LE, UCS-4BE)],
AC_DEFINE_UNQUOTED(CONFIG_UNICODE_SET, "$with_unicode_set"), AC_DEFINE_UNQUOTED(CONFIG_UNICODE_SET, "$with_unicode_set"),
@ -60,7 +61,7 @@
ice_sufficent_iconv=no ice_sufficent_iconv=no
ICE_CHECK_CONVERSION(ISO-8859-1,$with_unicode_set,no,$ice_libiconv, ICE_CHECK_CONVERSION(ISO-8859-1,$with_unicode_set,no,$ice_libiconv,
@@ -203,7 +203,7 @@ @@ -203,7 +204,7 @@
features="${features} nls" features="${features} nls"
TARGETS=$TARGETS' nls' TARGETS=$TARGETS' nls'
@ -69,7 +70,7 @@
fi fi
dnl ======================================================= /proc/wm-session === dnl ======================================================= /proc/wm-session ===
@@ -464,7 +464,7 @@ @@ -464,7 +465,7 @@
AC_DEFINE(CONFIG_GNOME_MENUS, 1, [Define to make IceWM more GNOME-friendly]) AC_DEFINE(CONFIG_GNOME_MENUS, 1, [Define to make IceWM more GNOME-friendly])
else else