$NetBSD: patch-aa,v 1.3 2005/12/12 19:55:41 joerg Exp $

--- lib/Xm/TextF.c.orig	2005-11-25 05:28:12.000000000 +0100
+++ lib/Xm/TextF.c
@@ -89,11 +89,11 @@ static char rcsid[] = "$TOG: TextF.c /ma
 #include <Xm/PrintSP.h>         /* for XmIsPrintShell */
 
 
-#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__) || defined(__OpenBSD__)
+#if defined(__APPLE__) || defined(__OpenBSD__)
 /*
  * Modification by Integrated Computer Solutions, Inc.  May 2000
  *
- * FreeBSD, DARWIN, NetBSD, and OpenBSD do not include the necessary wide
+ * DARWIN, NetBSD before 1.6, and OpenBSD do not include the necessary wide
  * character string functions.  Use the internal _Xwc... routines and add the
  * other missing functions as _Xmwc... routines.  The new functions
  * are added static to this file.
