diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 17:23:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 17:23:06 +0000 |
commit | 9ef62b00fe69ea524fc345d75f3cbdb18d7bce88 (patch) | |
tree | 260864f45ea21a1cd8c5cab9524add80faf20107 /net/gnomemeeting | |
parent | bce75659ef3f6c4742570ba763c145d3fa419dc3 (diff) | |
download | ports-9ef62b00fe69ea524fc345d75f3cbdb18d7bce88.tar.gz ports-9ef62b00fe69ea524fc345d75f3cbdb18d7bce88.zip |
Notes
Diffstat (limited to 'net/gnomemeeting')
-rw-r--r-- | net/gnomemeeting/files/patch-ac | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/gnomemeeting/files/patch-ac b/net/gnomemeeting/files/patch-ac deleted file mode 100644 index daa7c9329827..000000000000 --- a/net/gnomemeeting/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -*** 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"; - } |