diff options
Diffstat (limited to 'net-im/gale/files/patch-wcwidth')
-rw-r--r-- | net-im/gale/files/patch-wcwidth | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-im/gale/files/patch-wcwidth b/net-im/gale/files/patch-wcwidth deleted file mode 100644 index df5b644e4610..000000000000 --- a/net-im/gale/files/patch-wcwidth +++ /dev/null @@ -1,14 +0,0 @@ ---- 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: |