aboutsummaryrefslogtreecommitdiff
path: root/net/gnomeicu
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:26:13 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:26:13 +0000
commit449a928eea07416fb2c4e7ce5f02faae8c31155d (patch)
tree32461f0eea9317c27ab59afa60d1e17c3884eefe /net/gnomeicu
parentdc2cf7c4bcbf813c9744705b37346b1c0da6f0a3 (diff)
downloadports-449a928eea07416fb2c4e7ce5f02faae8c31155d.tar.gz
ports-449a928eea07416fb2c4e7ce5f02faae8c31155d.zip
Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
Notes
Notes: svn path=/head/; revision=56293
Diffstat (limited to 'net/gnomeicu')
-rw-r--r--net/gnomeicu/files/patch-configure29
-rw-r--r--net/gnomeicu/files/patch-src::kanji_conv.c11
-rw-r--r--net/gnomeicu/gnomeicu/files/patch-configure29
-rw-r--r--net/gnomeicu/gnomeicu/files/patch-src::kanji_conv.c11
4 files changed, 0 insertions, 80 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"
diff --git a/net/gnomeicu/gnomeicu/files/patch-configure b/net/gnomeicu/gnomeicu/files/patch-configure
deleted file mode 100644
index 005f7f7c92d5..000000000000
--- a/net/gnomeicu/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/gnomeicu/files/patch-src::kanji_conv.c b/net/gnomeicu/gnomeicu/files/patch-src::kanji_conv.c
deleted file mode 100644
index a6693363b918..000000000000
--- a/net/gnomeicu/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"