diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-29 10:31:07 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-29 10:31:07 +0000 |
commit | 03751f0f444159f8674bf5cbeecc7c1b4a54ac43 (patch) | |
tree | 825c800135736b164afc54a925c4866f5a1f1228 /converters | |
parent | 826a1009b03cfdb41b82f2877dd394f0030d383d (diff) | |
download | FreeBSD-ports-03751f0f444159f8674bf5cbeecc7c1b4a54ac43.zip FreeBSD-ports-03751f0f444159f8674bf5cbeecc7c1b4a54ac43.tar.gz |
Remove patch that isn't necessary anymore. This should fix build on -current.
Submitted by: sf
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/files/patch-lib::loop_wchar.h | 14 |
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 33bfd80..0000000 --- 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 |