diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-25 00:12:30 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-25 00:12:30 +0000 |
commit | 385ae3605ddf5982c802cc32b44313406840825a (patch) | |
tree | 21f74445bfda747c67f5f7c6d9b81591e3871ccd /net/gale/files/patch-wcwidth | |
parent | - add new MASTER_SITES (diff) |
- update to 0.99e
- update MASTER_SITES
- fix auto{conf,make} breakage
- add INSTALLS_SHLIB
- silence the cat'ing of pkg-message
- add @exec mkdir's to pkg-plist for packages
PR: 31810
Submitted by: maintainer (mostly)
Notes
Notes:
svn path=/head/; revision=50508
Diffstat (limited to 'net/gale/files/patch-wcwidth')
-rw-r--r-- | net/gale/files/patch-wcwidth | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net/gale/files/patch-wcwidth b/net/gale/files/patch-wcwidth index df5b644e4610..1092dcd62c6c 100644 --- a/net/gale/files/patch-wcwidth +++ b/net/gale/files/patch-wcwidth @@ -1,14 +1,13 @@ ---- 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 - */ +--- libgale/wcwidth.c.orig Fri Oct 12 13:45:37 2001 ++++ libgale/wcwidth.c Fri Oct 12 13:45:52 2001 +@@ -8,8 +8,9 @@ -+#ifdef __FreeBSD__ -+#include <rune.h> -+#else /* __FreeBSD__ */ + #ifdef __FreeBSD__ /* peterh@sapros.com */ + #include <rune.h> +-#endif ++#else #include <wchar.h> -+#endif /* __FreeBSD__ */ ++#endif /* These functions define the column width of an ISO 10646 character * as follows: |