summaryrefslogtreecommitdiff
path: root/net/ekiga/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/ekiga/files/patch-ac')
-rw-r--r--net/ekiga/files/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/ekiga/files/patch-ac b/net/ekiga/files/patch-ac
new file mode 100644
index 000000000000..daa7c9329827
--- /dev/null
+++ b/net/ekiga/files/patch-ac
@@ -0,0 +1,19 @@
+*** intltool-merge.in.orig Fri Dec 7 10:13:04 2001
+--- intltool-merge.in Fri Dec 7 09:46:41 2001
+*************** sub create_translation_database
+*** 237,243 ****
+
+ if ($UTF8_ARG) {
+ my $encoding = get_po_encoding($po_file);
+! open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
+ } else {
+ open PO_FILE, "<$po_file";
+ }
+--- 237,243 ----
+
+ if ($UTF8_ARG) {
+ my $encoding = get_po_encoding($po_file);
+! open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
+ } else {
+ open PO_FILE, "<$po_file";
+ }