summaryrefslogtreecommitdiff
path: root/lang/pypy-devel/files/patch-lib_pypy___sqlite3.py
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2013-08-11 17:10:41 +0000
committerDavid Naylor <dbn@FreeBSD.org>2013-08-11 17:10:41 +0000
commit12d034d2b96dfebc1dbf675862e81b02518957d2 (patch)
treeda06948669bf3c97d9be89f9479af497a7add57c /lang/pypy-devel/files/patch-lib_pypy___sqlite3.py
parentUnbreak the build. (diff)
Add lang/pypy-devel for non-stable releases of PyPy.
pypy-devel is intended as a staging ground for beta releases and - while no beta releases are available - snapshots of pypy default branch. While introducing pypy-devel to build logic has been reworked to better accomodate pypy3. The lib-python/2.7 and lib_pypy folders are not renamed after extraction (with only symbolic links used to emulate the structure). PyPy still expects the standard structure and the symbolic links satisfy this change. The devel port was requested by mva@ to better support commercial clients.
Notes
Notes: svn path=/head/; revision=324601
Diffstat (limited to 'lang/pypy-devel/files/patch-lib_pypy___sqlite3.py')
-rw-r--r--lang/pypy-devel/files/patch-lib_pypy___sqlite3.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/pypy-devel/files/patch-lib_pypy___sqlite3.py b/lang/pypy-devel/files/patch-lib_pypy___sqlite3.py
new file mode 100644
index 000000000000..6cb5a0c53265
--- /dev/null
+++ b/lang/pypy-devel/files/patch-lib_pypy___sqlite3.py
@@ -0,0 +1,11 @@
+--- lib_pypy/_sqlite3.py.orig 2013-05-18 16:20:00.000000000 +0200
++++ lib_pypy/_sqlite3.py 2013-05-18 16:21:06.000000000 +0200
+@@ -270,7 +270,7 @@
+
+ _lib = _ffi.verify("""
+ #include <sqlite3.h>
+-""", libraries=['sqlite3']
++""", libraries=['sqlite3'], include_dirs=['/usr/local/include'], library_dirs=['/usr/local/lib']
+ )
+
+ exported_sqlite_symbols = [