$OpenBSD: patch-src_common_strconv_cpp,v 1.1 2010/11/02 13:10:52 dcoppa Exp $
--- src/common/strconv.cpp.orig	Thu Oct 28 18:02:15 2010
+++ src/common/strconv.cpp	Thu Oct 28 18:02:50 2010
@@ -1676,7 +1676,7 @@ wxMBConv_iconv::wxMBConv_iconv(const wxChar *name)
         {
 #if SIZEOF_WCHAR_T == 4
             _T("UCS-4"),
-#elif SIZEOF_WCHAR_T = 2
+#elif SIZEOF_WCHAR_T == 2
             _T("UCS-2"),
 #endif
             NULL
