summaryrefslogtreecommitdiff
path: root/textproc/py-lxml
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-02 23:24:39 +0000
committerwiz <wiz>2016-08-02 23:24:39 +0000
commitddd968547ef731ff60d3634ba2632f1d61462197 (patch)
treea21ea0065a8502fec9302c14b138aac33816da95 /textproc/py-lxml
parentf27badeddc52b8ac64fcfedf16b9c84d84002158 (diff)
downloadpkgsrc-ddd968547ef731ff60d3634ba2632f1d61462197.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/Makefile4
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