diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
commit | 4fcd6ffac592fcc85a873537e23692e480838e23 (patch) | |
tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /textproc/py-expat | |
parent | ceb02bcf5a66c654f54cbd1c277fc9366840fb44 (diff) | |
download | pkgsrc-4fcd6ffac592fcc85a873537e23692e480838e23.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 'textproc/py-expat')
-rw-r--r-- | textproc/py-expat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index 520d911c764..f6142843e37 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/01/25 10:30:24 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/03/13 11:08:52 jperkin Exp $ PKGNAME= ${PYPKGPREFIX}-expat-${PY_DISTVERSION} CATEGORIES= textproc python @@ -9,6 +9,8 @@ COMMENT= Python interface to expat EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/pyexpat.c +USE_GCC_RUNTIME= yes + PYDISTUTILSPKG= yes PY_PATCHPLIST= yes PY_SETUP_SUBST+= EXPATPREFIX=${BUILDLINK_DIR} |