summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-al
blob: f81b38eb2f00eeba1f9f498e55b42e0ea2016a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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