Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2019 17:32:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494969 - head/devel/py-aws-xray-sdk
Message-ID:  <201903071732.x27HW08p052937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903071732.x27HW08p052937>