diff options
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/files/patch-intltool-merge.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/gnome-vfs/files/patch-intltool-merge.in b/devel/gnome-vfs/files/patch-intltool-merge.in deleted file mode 100644 index d5a424fcc59c..000000000000 --- a/devel/gnome-vfs/files/patch-intltool-merge.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- 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 { -- my $iconv = $ENV{"INTLTOOL_ICONV"} || "iconv"; -+ my $iconv = $ENV{"INTLTOOL_ICONV"} || "giconv"; - open PO_FILE, "$iconv -f $encoding -t UTF-8 $po_file|"; - } - } else { |