diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2002-09-15 21:54:12 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2002-09-15 21:54:12 +0000 |
commit | 0a41bbf3f05e132b25fc82fc0b013d4bdb06428d (patch) | |
tree | 9c10e3161721b927eca7a8edf81a56e2df5e1b0a /textproc | |
parent | * Catch up to .tbz packages (diff) |
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
Notes
Notes:
svn path=/head/; revision=66381
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/openjade/files/patch-ae | 20 |
1 files changed, 20 insertions, 0 deletions
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 <wchar.h>-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 <wchar.h>-disabling hack + + echo "$as_me:$LINENO: checking for gettext" >&5 + echo $ECHO_N "checking for gettext... $ECHO_C" >&6 |