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

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