summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-29 10:31:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-29 10:31:07 +0000
commitafa489d27a22d5a92a3d3df914ef4a32f0fb369c (patch)
tree34e80b5b48bca8a40d193e1d8d33a6aacb2b8194 /converters
parentAdd ruby-rreadline, a pure Ruby implementation of the Readline (diff)
Remove patch that isn't necessary anymore. This should fix build on -current.
Submitted by: sf
Notes
Notes: svn path=/head/; revision=44553
Diffstat (limited to 'converters')
-rw-r--r--converters/libiconv/files/patch-lib::loop_wchar.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/converters/libiconv/files/patch-lib::loop_wchar.h b/converters/libiconv/files/patch-lib::loop_wchar.h
deleted file mode 100644
index 33bfd80b6e88..000000000000
--- a/converters/libiconv/files/patch-lib::loop_wchar.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- lib/loop_wchar.h 2001/05/29 09:13:16 1.1
-+++ lib/loop_wchar.h 2001/05/29 09:14:16
-@@ -32,7 +32,7 @@
- #define mbsinit(ps) 1
- #endif
- #else
--#ifndef mbstate_t
-+#if !defined(mbstate_t) && !defined(__FreeBSD__)
- typedef int mbstate_t;
- #endif
- #endif