From 2a8b912745d89f3f3033ed50e0733a8472208255 Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Thu, 21 Apr 2005 10:19:42 +0000 Subject: - Update net/gale to 0.99fruit, unbreak on 5.x - Pass maintainership to submitter PR: ports/79213 Submitted by: Jason Stone Approved by: clement (mentor) Peter Haight (maintainer) --- net/gale/files/patch-wcwidth | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 net/gale/files/patch-wcwidth (limited to 'net/gale/files/patch-wcwidth') 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 -+#if __FreeBSD_version >= 500000 -+#include -+#else - #include - #endif -+#else - #include -+#endif - - /* These functions define the column width of an ISO 10646 character - * as follows: -- cgit v1.2.3