diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2001-12-07 10:27:10 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2001-12-07 10:27:10 +0000 |
commit | 5ac324ca84ae5ce5172f6924fc5419502e9054da (patch) | |
tree | 7bd091e67893ff31cf4f6734e637aa0f3adfb683 /net/ekiga/files/patch-ac | |
parent | Upgrade to OpenH323 1.7.4 and PWLib 1.2.5 ready for GnomeMeeting 0.12.2 (diff) |
Upgrade to GnomeMeeting 0.12.2.
Many new features including better ILS support, video preview
detachable video windows and video scaling.
Plus many bug fixes.
Notes
Notes:
svn path=/head/; revision=51174
Diffstat (limited to 'net/ekiga/files/patch-ac')
-rw-r--r-- | net/ekiga/files/patch-ac | 19 |
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"; + } |