summaryrefslogtreecommitdiff
path: root/net-im/gale/files/patch-libgale_wcwidth
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gale/files/patch-libgale_wcwidth')
-rw-r--r--net-im/gale/files/patch-libgale_wcwidth15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-im/gale/files/patch-libgale_wcwidth b/net-im/gale/files/patch-libgale_wcwidth
deleted file mode 100644
index 07d736fbee02..000000000000
--- a/net-im/gale/files/patch-libgale_wcwidth
+++ /dev/null
@@ -1,15 +0,0 @@
---- libgale/wcwidth.c.orig Mon Dec 30 21:08:50 2002
-+++ libgale/wcwidth.c Thu Apr 21 15:02:47 2005
-@@ -6,6 +6,7 @@
- * Markus Kuhn -- 2000-02-08 -- public domain
- */
-
-+#ifdef NEED_WCWIDTH
- #include "gale/compat.h"
-
- /* These functions define the column width of an ISO 10646 character
-@@ -126,3 +127,4 @@
-
- return width;
- }
-+#endif