$OpenBSD: patch-vcl_unx_source_app_i18n_ic_cxx,v 1.3 2006/12/13 10:25:14 robert Exp $
--- vcl/unx/source/app/i18n_ic.cxx.orig.port	Fri Dec  1 18:58:04 2006
+++ vcl/unx/source/app/i18n_ic.cxx	Mon Dec 11 22:27:44 2006
@@ -364,7 +364,7 @@ SalI18N_InputContext::SalI18N_InputConte
 
         if ( mnPreeditStyle != XIMPreeditNone )
         {
-#if defined LINUX || defined FREEBSD || defined NETBSD || defined IRIX || defined MACOSX
+#if defined LINUX || defined FREEBSD || defined NETBSD || defined IRIX || defined MACOSX || defined OPENBSD
             if ( mpPreeditAttributes != NULL )
 #endif
                 mpAttributes = XVaAddToNestedList( mpAttributes,
@@ -372,7 +372,7 @@ SalI18N_InputContext::SalI18N_InputConte
         }
         if ( mnStatusStyle != XIMStatusNone )
         {
-#if defined LINUX || defined FREEBSD || defined NETBSD || defined IRIX || defined MACOSX
+#if defined LINUX || defined FREEBSD || defined NETBSD || defined IRIX || defined MACOSX || defined OPENBSD
             if ( mpStatusAttributes != NULL )
 #endif
                 mpAttributes = XVaAddToNestedList( mpAttributes,
