aboutsummaryrefslogtreecommitdiff
path: root/net-im/gale/files/patch-wcwidth
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-07-03 13:22:51 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-07-03 13:22:51 +0000
commitbee443e8234ef59c48409cd8ef8728146f84864f (patch)
treed380c1a6c639fbb36ffbaa1f28c4a6dad281cab1 /net-im/gale/files/patch-wcwidth
parentf7c24f7087d26fbb0768f06d7fef06e341e42b8d (diff)
Notes
Diffstat (limited to 'net-im/gale/files/patch-wcwidth')
-rw-r--r--net-im/gale/files/patch-wcwidth14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-im/gale/files/patch-wcwidth b/net-im/gale/files/patch-wcwidth
new file mode 100644
index 000000000000..df5b644e4610
--- /dev/null
+++ b/net-im/gale/files/patch-wcwidth
@@ -0,0 +1,14 @@
+--- 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: