summaryrefslogtreecommitdiff
path: root/net/gale/files/patch-wcwidth
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-04-21 10:19:42 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-04-21 10:19:42 +0000
commit2a8b912745d89f3f3033ed50e0733a8472208255 (patch)
treec000bea9c0348d52f5549e9c5c5a04601e74ac32 /net/gale/files/patch-wcwidth
parent- Update distinfo for the 2GB patch, this includes a fix for (diff)
- Update net/gale to 0.99fruit, unbreak on 5.x
- Pass maintainership to submitter PR: ports/79213 Submitted by: Jason Stone <jason-fbsd-ports-gale@shalott.net> Approved by: clement (mentor) Peter Haight <peterh@sapros.com> (maintainer)
Notes
Notes: svn path=/head/; revision=133826
Diffstat (limited to 'net/gale/files/patch-wcwidth')
-rw-r--r--net/gale/files/patch-wcwidth20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/gale/files/patch-wcwidth b/net/gale/files/patch-wcwidth
deleted file mode 100644
index 11029afc3555..000000000000
--- a/net/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: