mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Remove patch that isn't necessary anymore. This should fix build on -current.
Submitted by: sf
This commit is contained in:
parent
4b9f2d5547
commit
afa489d27a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44553
@ -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
|
Loading…
Reference in New Issue
Block a user