svn commit: r494969 - head/devel/py-aws-xray-sdk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 7 17:32:05 UTC 2019


Author: sunpoet
Date: Thu Mar  7 17:31:59 2019
New Revision: 494969
URL: https://svnweb.freebsd.org/changeset/ports/494969

Log:
  Fix build with Python 3

Modified:
  head/devel/py-aws-xray-sdk/Makefile

Modified: head/devel/py-aws-xray-sdk/Makefile
==============================================================================
--- head/devel/py-aws-xray-sdk/Makefile	Thu Mar  7 17:31:54 2019	(r494968)
+++ head/devel/py-aws-xray-sdk/Makefile	Thu Mar  7 17:31:59 2019	(r494969)
@@ -24,5 +24,6 @@ USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+USE_LOCALE=	en_US.UTF-8
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list