summaryrefslogtreecommitdiff
path: root/databases/py-sqlite3/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-03-13 11:08:49 +0000
committerjperkin <jperkin>2014-03-13 11:08:49 +0000
commitaed68ca9df01e2f29df91ef8b9c515c3a6a0496a (patch)
tree1c699ba1dd234c6ee43e2b178e217734fa130ad6 /databases/py-sqlite3/Makefile
parentdf9f3f0e0d4b02769d052a340515417d9f2ac808 (diff)
downloadpkgsrc-aed68ca9df01e2f29df91ef8b9c515c3a6a0496a.tar.gz
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'databases/py-sqlite3/Makefile')
-rw-r--r--databases/py-sqlite3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index 309c95fff32..3a0ddc35b36 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/01/25 10:30:00 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/03/13 11:08:50 jperkin Exp $
PKGNAME= ${PYPKGPREFIX}-sqlite3-${PY_DISTVERSION}
PKGREVISION= 2
@@ -8,6 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.python.org/
COMMENT= Built-in sqlite support for Python 2.5 and up
+USE_GCC_RUNTIME= yes
USE_TOOLS+= patch
EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_sqlite