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 /net/gnomeicu2 | |
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 'net/gnomeicu2')
-rw-r--r-- | net/gnomeicu2/files/patch-configure | 29 | ||||
-rw-r--r-- | net/gnomeicu2/files/patch-src::kanji_conv.c | 11 |
2 files changed, 0 insertions, 40 deletions
diff --git a/net/gnomeicu2/files/patch-configure b/net/gnomeicu2/files/patch-configure deleted file mode 100644 index 005f7f7..0000000 --- a/net/gnomeicu2/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Mon Dec 24 17:17:59 2001 -+++ configure Mon Dec 24 17:18:21 2001 -@@ -3017,7 +3017,7 @@ - #line 3018 "configure" - #include "confdefs.h" - #include <stdlib.h> --#include <iconv.h> -+#include <giconv.h> - int main() { - iconv_t cd = iconv_open("",""); - iconv(cd,NULL,NULL,NULL,NULL); -@@ -3039,7 +3039,7 @@ - #line 3040 "configure" - #include "confdefs.h" - #include <stdlib.h> --#include <iconv.h> -+#include <giconv.h> - int main() { - iconv_t cd = iconv_open("",""); - iconv(cd,NULL,NULL,NULL,NULL); -@@ -3077,7 +3077,7 @@ - #include "confdefs.h" - - #include <stdlib.h> --#include <iconv.h> -+#include <giconv.h> - extern - #ifdef __cplusplus - "C" diff --git a/net/gnomeicu2/files/patch-src::kanji_conv.c b/net/gnomeicu2/files/patch-src::kanji_conv.c deleted file mode 100644 index a669336..0000000 --- a/net/gnomeicu2/files/patch-src::kanji_conv.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/kanji_conv.c.orig Mon Dec 24 12:51:08 2001 -+++ src/kanji_conv.c Mon Dec 24 12:51:21 2001 -@@ -30,7 +30,7 @@ - #include <locale.h> - - #ifdef HAVE_ICONV --#include <iconv.h> -+#include <giconv.h> - #endif - - #include "kanji_conv.h" |