diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 11:26:13 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 11:26:13 +0000 |
commit | 267c972eab297e87ce7c16314746799098e8dac4 (patch) | |
tree | 2af683a87fe7ce45af6afa790164c7aaae743d86 /news/tin | |
parent | 7946383043a99d6c49d37abb276828dde02d26a3 (diff) | |
download | FreeBSD-ports-267c972eab297e87ce7c16314746799098e8dac4.zip FreeBSD-ports-267c972eab297e87ce7c16314746799098e8dac4.tar.gz |
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/news/tin/files/patch-ad b/news/tin/files/patch-ad deleted file mode 100644 index ba3df02..0000000 --- a/news/tin/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- include/tin.h.bak Sat Nov 17 07:00:13 2001 -+++ include/tin.h Tue Dec 25 01:37:32 2001 -@@ -747,7 +747,7 @@ - #if defined(HAVE_ICONV) && !defined(LOCAL_CHARSET) - # define CHARSET_CONVERSION 1 - # ifdef HAVE_ICONV_H --# include <iconv.h> -+# include <giconv.h> - # endif /* HAVE_ICONV_H */ - #endif /* HAVE_ICONV && !LOCAL_CHARSET */ - |