$NetBSD: patch-al,v 1.3 2002/04/10 08:17:04 martti Exp $ --- src/af/util/xp/ut_iconv.cpp.orig Wed Apr 10 09:46:24 2002 +++ src/af/util/xp/ut_iconv.cpp Wed Apr 10 09:46:56 2002 @@ -115,7 +115,7 @@ // we special-case the win32 build, otherwise spelling and other stuff // just doesn't work return "UCS-2LE"; -#elif defined(__FreeBSD__) || defined(__OpenBSD__) +#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) // we special case the BSDs since spelling just doesn't work return "UCS2"; #else