mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
- 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)
13 lines
311 B
Text
13 lines
311 B
Text
--- 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__ /* peterh@sapros.com */
|
|
#include <rune.h>
|
|
-#endif
|
|
+#else
|
|
#include <wchar.h>
|
|
+#endif
|
|
|
|
/* These functions define the column width of an ISO 10646 character
|
|
* as follows:
|