aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-08 11:27:33 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-08 11:27:33 +0000
commit6006b74a6eb7fda592fb2db190aea48fb7dc14a0 (patch)
tree4cfe7a242096d7643a0caa9304927c63c678d772
parent9d16dfa15fc1df154337e4b43dc5f0cb1c78c3de (diff)
Remove iconv->giconv hack.
Notes
Notes: svn path=/head/; revision=57432
-rw-r--r--converters/siconv/files/patch-siconv.c9
-rw-r--r--editors/dedit/files/patch-ae9
2 files changed, 0 insertions, 18 deletions
diff --git a/converters/siconv/files/patch-siconv.c b/converters/siconv/files/patch-siconv.c
index 98da7478427d..f810311e510e 100644
--- a/converters/siconv/files/patch-siconv.c
+++ b/converters/siconv/files/patch-siconv.c
@@ -1,14 +1,5 @@
--- siconv.c.orig Tue Mar 27 00:55:22 2001
+++ siconv.c Tue Mar 27 01:02:20 2001
-@@ -27,7 +27,7 @@
- *****************************************************************************/
-
-
--#include <iconv.h>
-+#include <giconv.h>
- #include <errno.h>
- #include <stdio.h> /* printf() */
- #include <unistd.h> /* read() & write() */
@@ -139,7 +139,7 @@
void usage(void) {
printf("usage:\n");
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*