diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-11 04:09:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-11 04:09:47 +0000 |
commit | f106a0addf5edb05b032b4bde75c919491b417e4 (patch) | |
tree | aac745664d99aea7c5b189d21786055bf4c856ee /lang/gawk/files | |
parent | add p5-Net-Whois-RIPE 1.19 (diff) |
On recent 5-CURRENT, stop configure from detecting wchar support,
since gawk fails to build with wchar/mbstring support due to lack of
wcscoll().
Approved by: dd (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=66103
Diffstat (limited to 'lang/gawk/files')
-rw-r--r-- | lang/gawk/files/extra-patch-nowchar | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gawk/files/extra-patch-nowchar b/lang/gawk/files/extra-patch-nowchar new file mode 100644 index 000000000000..2ca72233ddaa --- /dev/null +++ b/lang/gawk/files/extra-patch-nowchar @@ -0,0 +1,11 @@ +--- configure.orig Mon Apr 29 23:36:47 2002 ++++ configure Wed Sep 11 02:22:41 2002 +@@ -4789,7 +4789,7 @@ + for ac_hdr in fcntl.h limits.h locale.h libintl.h mcheck.h \ + netdb.h netinet/in.h signum.h stdarg.h string.h \ + sys/param.h sys/socket.h sys/time.h unistd.h \ +- wchar.h wctype.h ++ + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |