summaryrefslogtreecommitdiff
path: root/net-im/gale/files/patch-wcwidth
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gale/files/patch-wcwidth')
-rw-r--r--net-im/gale/files/patch-wcwidth20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-im/gale/files/patch-wcwidth b/net-im/gale/files/patch-wcwidth
deleted file mode 100644
index 11029afc3555..000000000000
--- a/net-im/gale/files/patch-wcwidth
+++ /dev/null
@@ -1,20 +0,0 @@
---- /tmp/wcwidth.c.orig Fri Oct 25 21:05:46 2002
-+++ libgale/wcwidth.c Fri Oct 25 21:05:51 2002
-@@ -6,10 +6,16 @@
- * Markus Kuhn -- 2000-02-08 -- public domain
- */
-
--#ifdef __FreeBSD__ /* peterh@sapros.com */
-+#ifdef __FreeBSD__
-+#include <osreldate.h>
-+#if __FreeBSD_version >= 500000
-+#include <wchar.h>
-+#else
- #include <rune.h>
- #endif
-+#else
- #include <wchar.h>
-+#endif
-
- /* These functions define the column width of an ISO 10646 character
- * as follows: