1--- pyobjc-core/Modules/objc/objc-runtime-compat.m.orig	2008-05-01 01:34:04.000000000 -0700
2+++ pyobjc-core/Modules/objc/objc-runtime-compat.m	2011-10-12 09:13:03.000000000 -0700
3@@ -981,7 +981,7 @@ size_t PyObjC_methodlist_magic(Class cls
4 
5 #endif
6 
7-#if defined(__x86_64__)
8+#if __OBJC2__
9 
10 @implementation Protocol (NSOBjectCompat)
11 - self
12