File gwget-iconv.patch of Package gwget
--- intltool-merge.in +++ intltool-merge.in @@ -93,7 +93,7 @@ my %po_files_by_lang = (); my %translations = (); -my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "@INTLTOOL_ICONV@"; +my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"}; my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null'); # Use this instead of \w for XML files to handle more possible characters.