mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
PR: ports/80230 Submitted by: Jason Stone <jason-fbsd-ports-gale@shalott.net> (maintainer) Approved by: clement (mentor)
15 lines
338 B
Text
15 lines
338 B
Text
--- libgale/wcwidth.c.orig Mon Dec 30 21:08:50 2002
|
|
+++ libgale/wcwidth.c Thu Apr 21 15:02:47 2005
|
|
@@ -6,6 +6,7 @@
|
|
* Markus Kuhn -- 2000-02-08 -- public domain
|
|
*/
|
|
|
|
+#ifdef NEED_WCWIDTH
|
|
#include "gale/compat.h"
|
|
|
|
/* These functions define the column width of an ISO 10646 character
|
|
@@ -126,3 +127,4 @@
|
|
|
|
return width;
|
|
}
|
|
+#endif
|