diff options
Diffstat (limited to 'devel/gnome-vfs/files/patch-intltool-merge.in')
-rw-r--r-- | devel/gnome-vfs/files/patch-intltool-merge.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/gnome-vfs/files/patch-intltool-merge.in b/devel/gnome-vfs/files/patch-intltool-merge.in index 3d34ddfdbf53..d5a424fcc59c 100644 --- a/devel/gnome-vfs/files/patch-intltool-merge.in +++ b/devel/gnome-vfs/files/patch-intltool-merge.in @@ -1,14 +1,14 @@ $FreeBSD$ ---- intltool-merge.in.orig Mon Feb 11 23:40:38 2002 -+++ intltool-merge.in Wed Feb 27 12:03:10 2002 -@@ -287,7 +287,7 @@ +--- intltool-merge.in.orig Sun Mar 10 01:56:09 2002 ++++ intltool-merge.in Mon Mar 11 21:43:48 2002 +@@ -290,7 +290,7 @@ if (lc $encoding eq "utf-8") { open PO_FILE, "<$po_file"; } else { -- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|"; -+ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|"; +- my $iconv = $ENV{"INTLTOOL_ICONV"} || "iconv"; ++ my $iconv = $ENV{"INTLTOOL_ICONV"} || "giconv"; + open PO_FILE, "$iconv -f $encoding -t UTF-8 $po_file|"; } } else { - open PO_FILE, "<$po_file"; |