diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-08 19:27:33 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-08 19:27:33 +0800 |
commit | 5feec7f37edc70d70cc538fcc9abf99a3ccd0d3a (patch) | |
tree | 0841d17bccf38c0964895260038b6828c1761cf4 /editors | |
parent | aac9120c0b298e93a7f3ec58f4f3b46b90892c9f (diff) | |
download | freebsd-ports-gnome-5feec7f37edc70d70cc538fcc9abf99a3ccd0d3a.tar.gz freebsd-ports-gnome-5feec7f37edc70d70cc538fcc9abf99a3ccd0d3a.tar.zst freebsd-ports-gnome-5feec7f37edc70d70cc538fcc9abf99a3ccd0d3a.zip |
Remove iconv->giconv hack.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dedit/files/patch-ae | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/editors/dedit/files/patch-ae b/editors/dedit/files/patch-ae index 18590a39bebe..6dab39b33196 100644 --- a/editors/dedit/files/patch-ae +++ b/editors/dedit/files/patch-ae @@ -1,14 +1,5 @@ --- configure.orig Thu Nov 16 13:40:48 2000 +++ configure Wed Oct 31 03:46:15 2001 -@@ -2879,7 +2879,7 @@ - fi - done - --for ac_hdr in iconv.h -+for ac_hdr in giconv.h - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -4295,7 +4295,7 @@ cat conftest.$ac_ext >&5 rm -rf conftest* |