Skip to content

Also look for ffi.h under /usr/local/include

Bitbucket Importer requested to merge bitbucket/merged-pr-57 into branch/default

Created originally on Bitbucket by bencord0 (Benjamin Cordero)

Was already merged in Bitbucket before import, marked as merged by the import user

The ffh.h header is stored as /usr/local/include/ffi.h on FreeBSD.

Adding this to the search path allows "pip install cffi" to work.

This can be reproduced on FreeBSD 10.1 with:

$ sudo pkg install py27-virtualenv $ virtualenv venv $ ./venv/bin/pip install cffi

Merge request reports