aboutsummaryrefslogtreecommitdiffstats
path: root/converters/iconv
diff options
context:
space:
mode:
Diffstat (limited to 'converters/iconv')
-rw-r--r--converters/iconv/files/patch-ah11
1 files changed, 11 insertions, 0 deletions
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 (<STDIN>) {
+- unless (/^([^[:space:]#]+)/) {
++ unless (/^([^\s#]+)/) {
+ # line continuation or comment
+ print $_ unless $opt_s || !$opt_n || /^#WARNING/;
+ next;