From 7f54672486b29748fa479dc0ca12b842cebc532d Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 1 Dec 2000 10:22:32 +0000 Subject: Fix mesbehaving on systems with Perl < 5.6.0 script and remove my temporary workaround. Submitted by: maintainer --- converters/iconv/files/patch-ah | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 converters/iconv/files/patch-ah (limited to 'converters/iconv') diff --git a/converters/iconv/files/patch-ah b/converters/iconv/files/patch-ah new file mode 100644 index 000000000000..af4ba8666d03 --- /dev/null +++ b/converters/iconv/files/patch-ah @@ -0,0 +1,11 @@ +--- iconv_builtin 2000/12/01 10:15:21 1.1 ++++ iconv_builtin 2000/12/01 10:15:46 +@@ -83,7 +83,7 @@ + %builtins = map { $pic = 1 if $_ eq 'PIC'; $_ => $pic } @ARGV; + + while () { +- unless (/^([^[:space:]#]+)/) { ++ unless (/^([^\s#]+)/) { + # line continuation or comment + print $_ unless $opt_s || !$opt_n || /^#WARNING/; + next; -- cgit v1.2.3