summaryrefslogtreecommitdiff
path: root/x11-wm
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 /x11-wm
parentAdd a patch to fix a bug where iconv() did not return -1 properly on (diff)
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 'x11-wm')
-rw-r--r--x11-wm/icewm/files/patch-aq20
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
-