summaryrefslogtreecommitdiff
path: root/x11-wm/icewm
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2002-08-03 07:42:39 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2002-08-03 07:42:39 +0000
commita5ab426486eaaf44339f7ef9f85e1b5bceacc89d (patch)
treea36ee6a7891452d783cfd08e854ca6a80b8cea70 /x11-wm/icewm
parentUpdate to 0.5.4-03. (diff)
Update patch-configure.in for more stable behavior.
Notes
Notes: svn path=/head/; revision=63891
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r--x11-wm/icewm/files/patch-configure.in19
1 files changed, 11 insertions, 8 deletions
diff --git a/x11-wm/icewm/files/patch-configure.in b/x11-wm/icewm/files/patch-configure.in
index 4075c2352c7c..1786562250c5 100644
--- a/x11-wm/icewm/files/patch-configure.in
+++ b/x11-wm/icewm/files/patch-configure.in
@@ -1,5 +1,5 @@
--- configure.in.orig Mon Jul 1 01:05:18 2002
-+++ configure.in Tue Jul 30 21:46:40 2002
++++ configure.in Tue Jul 30 22:52:43 2002
@@ -108,15 +108,15 @@
AC_ARG_ENABLE(i18n,
[ --enable-i18n Enable internationalization],
@@ -25,23 +25,26 @@
ICE_CHECK_NL_ITEM(_NL_MESSAGES_CODESET,
[ ice_nl_codesets="${ice_nl_codesets} _NL_MESSAGES_CODESET," ])
ICE_CHECK_NL_ITEM(_NL_CTYPE_CODESET_NAME,
-@@ -125,10 +125,11 @@
+@@ -124,12 +124,12 @@
+ ICE_CHECK_NL_ITEM(CODESET,
[ ice_nl_codesets="${ice_nl_codesets} CODESET," ])
- if test "${ice_nl_codesets}" = ""; then
+- if test "${ice_nl_codesets}" = ""; then
- AC_MSG_ERROR([I18N support has been requested but nl_langinfo doesn't
-*** return any information about the locale's codeset. Check your manuals.
-*** Ask your vendor. Contact icewm-devel@lists.sourceforge.net when you know
-*** the name of the locale-dependent parameter for your platform.])
+- fi
++dnl if test "${ice_nl_codesets}" = ""; then
+dnl AC_MSG_ERROR([I18N support has been requested but nl_langinfo doesn't
+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 *** the name of the locale-dependent parameter for your platform.])
-+ true
- fi
++dnl fi
ice_nl_codesets="${ice_nl_codesets} 0"
-@@ -164,7 +165,7 @@
+ AC_DEFINE_UNQUOTED(CONFIG_NL_CODESETS, ${ice_nl_codesets})
+@@ -164,7 +164,7 @@
[ --unicode-set=CODESET your iconv's unicode set in machine endian encoding
(e.g. WCHAR_T, UCS-4-INTERNAL, UCS-4LE, UCS-4BE)],
AC_DEFINE_UNQUOTED(CONFIG_UNICODE_SET, "$with_unicode_set"),
@@ -50,7 +53,7 @@
ice_sufficent_iconv=no
ICE_CHECK_CONVERSION(ISO-8859-1,$with_unicode_set,no,$ice_libiconv,
-@@ -203,7 +204,7 @@
+@@ -203,7 +203,7 @@
features="${features} nls"
TARGETS=$TARGETS' nls'
@@ -59,7 +62,7 @@
fi
dnl ======================================================= /proc/wm-session ===
-@@ -464,7 +465,7 @@
+@@ -464,7 +464,7 @@
AC_DEFINE(CONFIG_GNOME_MENUS, 1, [Define to make IceWM more GNOME-friendly])
else