From aeb5588b2b0b94a5dee1645b129c2593ffb30b48 Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 15 Sep 2002 21:54:12 +0000 Subject: Some GNU (and GNU-style) programs assume that the presence of the restartable multibyte/wide character functions (mbsrtowcs(), wcsrtombs()) means that all of the other ISO C90 Amd.1 wide character functions exist. The restartable mb/wc functions were added recently and do not exist in -stable. Making blind assumptions like this defeats the purpose of using autoconf at all.. Submitted by: tjr --- textproc/openjade/files/patch-ae | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 textproc/openjade/files/patch-ae (limited to 'textproc/openjade') diff --git a/textproc/openjade/files/patch-ae b/textproc/openjade/files/patch-ae new file mode 100644 index 000000000000..6592ca748a88 --- /dev/null +++ b/textproc/openjade/files/patch-ae @@ -0,0 +1,20 @@ +--- configure.orig Sat Sep 14 13:56:38 2002 ++++ configure Sat Sep 14 13:59:07 2002 +@@ -4864,6 +4864,8 @@ + + fi + ++if false; then # begin -disabling hack ++ + echo "$as_me:$LINENO: checking for towupper" >&5 + echo $ECHO_N "checking for towupper... $ECHO_C" >&6 + if test "${ac_cv_func_towupper+set}" = set; then +@@ -4934,6 +4936,8 @@ + _ACEOF + + fi ++ ++fi # end -disabling hack + + echo "$as_me:$LINENO: checking for gettext" >&5 + echo $ECHO_N "checking for gettext... $ECHO_C" >&6 -- cgit