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 /devel/gtranslator | |
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 'devel/gtranslator')
-rw-r--r-- | devel/gtranslator/files/patch-src::convert.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/gtranslator/files/patch-src::convert.c b/devel/gtranslator/files/patch-src::convert.c deleted file mode 100644 index 2f2a510d4008..000000000000 --- a/devel/gtranslator/files/patch-src::convert.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/convert.c 2001/09/10 10:08:11 1.1 -+++ src/convert.c 2001/09/10 10:08:22 -@@ -24,7 +24,7 @@ - #include "convert.h" - #include "utils.h" - --#include <iconv.h> -+#include <giconv.h> - #include <string.h> - - /* |