aboutsummaryrefslogtreecommitdiff
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 17:23:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 17:23:06 +0000
commit9ef62b00fe69ea524fc345d75f3cbdb18d7bce88 (patch)
tree260864f45ea21a1cd8c5cab9524add80faf20107 /devel/libbonobo
parentbce75659ef3f6c4742570ba763c145d3fa419dc3 (diff)
downloadports-9ef62b00fe69ea524fc345d75f3cbdb18d7bce88.tar.gz
ports-9ef62b00fe69ea524fc345d75f3cbdb18d7bce88.zip
Notes
Diffstat (limited to 'devel/libbonobo')
-rw-r--r--devel/libbonobo/files/patch-intltool-merge.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/libbonobo/files/patch-intltool-merge.in b/devel/libbonobo/files/patch-intltool-merge.in
deleted file mode 100644
index 4b41055809fe..000000000000
--- a/devel/libbonobo/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- intltool-merge.in.orig Tue Feb 19 10:28:55 2002
-+++ intltool-merge.in Wed Feb 27 11:49:32 2002
-@@ -287,7 +287,7 @@
- if (lc $encoding eq "utf-8") {
- open PO_FILE, "<$po_file";
- } else {
-- 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";