aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-19 01:23:06 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-19 01:23:06 +0800
commitb02a1daea225fc59eefdb20097eec7e3f0feb478 (patch)
tree669ac21eb9331a789604a96e8850cb1f6bf919f6 /devel/libbonobo
parent29d02a19c961591ce21d39c7a53e3536bb014d25 (diff)
downloadfreebsd-ports-gnome-b02a1daea225fc59eefdb20097eec7e3f0feb478.tar.gz
freebsd-ports-gnome-b02a1daea225fc59eefdb20097eec7e3f0feb478.tar.zst
freebsd-ports-gnome-b02a1daea225fc59eefdb20097eec7e3f0feb478.zip
Remove patches not needed anymore (iconv --> giconv).
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";