Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 19:28:34 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336205 - head/lang/pypy/files
Message-ID:  <201312111928.rBBJSYGK013064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 = [



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312111928.rBBJSYGK013064>