diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 19:26:13 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 19:26:13 +0800 |
commit | 267c972eab297e87ce7c16314746799098e8dac4 (patch) | |
tree | 2af683a87fe7ce45af6afa790164c7aaae743d86 /net/gnomeicu/files | |
parent | 7946383043a99d6c49d37abb276828dde02d26a3 (diff) | |
download | freebsd-ports-gnome-267c972eab297e87ce7c16314746799098e8dac4.tar.gz freebsd-ports-gnome-267c972eab297e87ce7c16314746799098e8dac4.tar.zst freebsd-ports-gnome-267c972eab297e87ce7c16314746799098e8dac4.zip |
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
Diffstat (limited to 'net/gnomeicu/files')
-rw-r--r-- | net/gnomeicu/files/patch-configure | 29 | ||||
-rw-r--r-- | net/gnomeicu/files/patch-src::kanji_conv.c | 11 |
2 files changed, 0 insertions, 40 deletions
diff --git a/net/gnomeicu/files/patch-configure b/net/gnomeicu/files/patch-configure deleted file mode 100644 index 005f7f7c92d5..000000000000 --- a/net/gnomeicu/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/gnomeicu/files/patch-src::kanji_conv.c b/net/gnomeicu/files/patch-src::kanji_conv.c deleted file mode 100644 index a6693363b918..000000000000 --- a/net/gnomeicu/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" |