$OpenBSD: patch-Source_NSCFType_m,v 1.1 2012/10/18 09:07:03 sebastia Exp $

fix from upstream svn rev: 35471

--- Source/NSCFType.m.orig	Thu Oct 18 10:33:55 2012
+++ Source/NSCFType.m	Thu Oct 18 10:34:32 2012
@@ -47,6 +47,8 @@ void NSCFInitialize (void)
     {
       CFIndex i = 0;
       
+      /* Make sure CoreBase is initialized before bridging */
+      CFInitialize ();
       __CFRuntimeObjCClassTable = calloc (__CFRuntimeClassTableSize,
                                     sizeof(Class));
 
