diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-02 23:24:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-02 23:24:39 +0000 |
commit | 91f05decd448197b9daa5381f0c4274e57ab0372 (patch) | |
tree | 71bfa3875dca6b4940e990c9facd212027e51989 /textproc/py-lxml | |
parent | ed0d2bc45937332e11b356516af9ed76609609d3 (diff) | |
download | pkgsrc-91f05decd448197b9daa5381f0c4274e57ab0372.tar.gz |
Add comment explaining how to work around two of the three test failures.
Diffstat (limited to 'textproc/py-lxml')
-rw-r--r-- | textproc/py-lxml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index f00ffa228d3..b2a02dffa5a 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2016/08/01 10:51:30 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/08/02 23:24:39 wiz Exp $ DISTNAME= lxml-3.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -23,3 +23,5 @@ BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.7.8 BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.26 .include "../../textproc/libxslt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" +# needed for "make test" with python-3.x -- fixes first two errors noted above +#MAKE_ENV+= LC_ALL=en_US.UTF-8 |