Blame 00184-ctypes-should-build-with-libffi-multilib-wrapper.patch

e32ce18
--- Python-3.3.2/setup.py.orig	2013-07-01 15:23:24.377711044 +0200
e32ce18
+++ Python-3.3.2/setup.py	2013-07-01 15:23:34.094676496 +0200
e32ce18
@@ -1882,7 +1882,8 @@
e32ce18
                     if not line:
e32ce18
                         ffi_inc = None
e32ce18
                         break
e32ce18
-                    if line.startswith('#define LIBFFI_H'):
e32ce18
+                    if line.startswith('#define LIBFFI_H') or \
e32ce18
+                       line.startswith('#define ffi_wrapper_h'):
e32ce18
                         break
e32ce18
         ffi_lib = None
e32ce18
         if ffi_inc is not None: