diff options
Diffstat (limited to 'devel/bonobo-activation')
-rw-r--r-- | devel/bonobo-activation/files/patch-xml-i18n-merge.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/bonobo-activation/files/patch-xml-i18n-merge.in b/devel/bonobo-activation/files/patch-xml-i18n-merge.in new file mode 100644 index 000000000000..cbcf71f4bb50 --- /dev/null +++ b/devel/bonobo-activation/files/patch-xml-i18n-merge.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- xml-i18n-merge.in 2002/02/13 21:58:17 1.1 ++++ xml-i18n-merge.in 2002/02/13 21:58:25 +@@ -232,7 +232,7 @@ + + if ($UTF8_ARG) { + my $encoding = get_po_encoding($po_file); +- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|"; ++ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|"; + } else { + open PO_FILE, "<$po_file"; + } |