aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 19:26:13 +0800
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 19:26:13 +0800
commit449a928eea07416fb2c4e7ce5f02faae8c31155d (patch)
tree32461f0eea9317c27ab59afa60d1e17c3884eefe /x11-wm
parentdc2cf7c4bcbf813c9744705b37346b1c0da6f0a3 (diff)
downloadfreebsd-ports-449a928eea07416fb2c4e7ce5f02faae8c31155d.tar.gz
freebsd-ports-449a928eea07416fb2c4e7ce5f02faae8c31155d.tar.zst
freebsd-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 '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
-