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 /x11-wm/icewm | |
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 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/files/patch-aq | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/icewm/files/patch-aq b/x11-wm/icewm/files/patch-aq deleted file mode 100644 index ced8375bf1cd..000000000000 --- a/x11-wm/icewm/files/patch-aq +++ /dev/null @@ -1,20 +0,0 @@ ---- src/ylocale.h.orig Tue Oct 9 23:54:04 2001 -+++ src/ylocale.h Wed Feb 20 15:08:20 2002 -@@ -9,14 +9,16 @@ - #define __YLOCALE_H - - #ifdef CONFIG_I18N --#include <iconv.h> -+#include <giconv.h> - -+/* - #if defined(CONFIG_LIBICONV) && !defined (_LIBICONV_VERSION) - #error libiconv in use but included iconv.h not from libiconv - #endif - #if !defined(CONFIG_LIBICONV) && defined (_LIBICONV_VERSION) - #error libiconv not in use but included iconv.h is from libiconv - #endif -+*/ - - #endif - |