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 /graphics/djvulibre | |
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 'graphics/djvulibre')
-rw-r--r-- | graphics/djvulibre/files/patch-iconv | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/djvulibre/files/patch-iconv b/graphics/djvulibre/files/patch-iconv deleted file mode 100644 index 37a65e74d7cf..000000000000 --- a/graphics/djvulibre/files/patch-iconv +++ /dev/null @@ -1,11 +0,0 @@ -GNU iconv is known as giconv on FreeBSD - - -mi - ---- libdjvu/GUnicode.cpp Tue Oct 23 17:09:25 2001 -+++ libdjvu/GUnicode.cpp Thu Feb 7 13:57:53 2002 -@@ -44,3 +44,3 @@ - #ifdef HAS_ICONV --#include <iconv.h> -+#include <giconv.h> - #endif |