$OpenBSD: patch-vcl_unx_source_app_i18n_ic_cxx,v 1.4 2007/04/18 13:20:48 kurt Exp $
--- vcl/unx/source/app/i18n_ic.cxx.orig.port	Sun Sep 17 08:31:57 2006
+++ vcl/unx/source/app/i18n_ic.cxx	Wed Apr 18 03:46:28 2007
@@ -364,7 +364,7 @@ SalI18N_InputContext::SalI18N_InputContext ( SalFrame 
 
         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_InputContext ( SalFrame 
         }
         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,
