summaryrefslogtreecommitdiff
path: root/devel/gnomevfs2
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/gnomevfs2
parentAdd Cyrillic fonts & bump PORTREVISION. While not that many users would (diff)
Remove patches not needed anymore (iconv --> giconv).
Notes
Notes: svn path=/head/; revision=56309
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r--devel/gnomevfs2/files/patch-intltool-merge.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/gnomevfs2/files/patch-intltool-merge.in b/devel/gnomevfs2/files/patch-intltool-merge.in
deleted file mode 100644
index d5a424fcc59c..000000000000
--- a/devel/gnomevfs2/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- intltool-merge.in.orig Sun Mar 10 01:56:09 2002
-+++ intltool-merge.in Mon Mar 11 21:43:48 2002
-@@ -290,7 +290,7 @@
- if (lc $encoding eq "utf-8") {
- open PO_FILE, "<$po_file";
- } else {
-- my $iconv = $ENV{"INTLTOOL_ICONV"} || "iconv";
-+ my $iconv = $ENV{"INTLTOOL_ICONV"} || "giconv";
- open PO_FILE, "$iconv -f $encoding -t UTF-8 $po_file|";
- }
- } else {