diff options
author | joe <joe@FreeBSD.org> | 2002-09-16 05:54:12 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-09-16 05:54:12 +0800 |
commit | aeb5588b2b0b94a5dee1645b129c2593ffb30b48 (patch) | |
tree | 977c38112776c61978f314851b01bc479c2d3ca1 /textproc | |
parent | 6bd978565ca8f4d629acb70515a35f082aff1aa2 (diff) | |
download | freebsd-ports-gnome-aeb5588b2b0b94a5dee1645b129c2593ffb30b48.tar.gz freebsd-ports-gnome-aeb5588b2b0b94a5dee1645b129c2593ffb30b48.tar.zst freebsd-ports-gnome-aeb5588b2b0b94a5dee1645b129c2593ffb30b48.zip |
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
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 |