svn commit: r336205 - head/lang/pypy/files

David Naylor dbn at FreeBSD.org
Wed Dec 11 19:28:34 UTC 2013


Author: dbn
Date: Wed Dec 11 19:28:33 2013
New Revision: 336205
URL: http://svnweb.freebsd.org/changeset/ports/336205

Log:
  Add missing patch (missing `svn add`) for lang/pypy.
  
  Without this patch building and packaging would fail so no PORTREVISION
  required.
  
  Reported by:	bdrewery, pkg-fallout

Added:
  head/lang/pypy/files/patch-lib_pypy___sqlite3.py   (contents, props changed)

Added: head/lang/pypy/files/patch-lib_pypy___sqlite3.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/pypy/files/patch-lib_pypy___sqlite3.py	Wed Dec 11 19:28:33 2013	(r336205)
@@ -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 = [


More information about the svn-ports-all mailing list