1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/gale/files/patch-wcwidth
Kevin Lo bee443e823 Update to version 0.99d
PR: 28655
Submitted by: MAINTAINER
2001-07-03 13:22:51 +00:00

15 lines
368 B
Plaintext

--- libgale/wcwidth.c.orig Mon Jul 2 17:35:54 2001
+++ libgale/wcwidth.c Mon Jul 2 17:37:48 2001
@@ -6,7 +6,11 @@
* Markus Kuhn -- 2000-02-08 -- public domain
*/
+#ifdef __FreeBSD__
+#include <rune.h>
+#else /* __FreeBSD__ */
#include <wchar.h>
+#endif /* __FreeBSD__ */
/* These functions define the column width of an ISO 10646 character
* as follows: