Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2017 00:38:44 +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: r452122 - head/security/py-m2crypto
Message-ID:  <201710150038.v9F0ci5u001465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 15 00:38:44 2017
New Revision: 452122
URL: https://svnweb.freebsd.org/changeset/ports/452122

Log:
  Fix build with LibreSSL
  
  PR:		222912
  Submitted by:	Peter Putzer <freebsd@mnd.sc>

Modified:
  head/security/py-m2crypto/Makefile

Modified: head/security/py-m2crypto/Makefile
==============================================================================
--- head/security/py-m2crypto/Makefile	Sun Oct 15 00:38:39 2017	(r452121)
+++ head/security/py-m2crypto/Makefile	Sun Oct 15 00:38:44 2017	(r452122)
@@ -16,8 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 
 BUILD_DEPENDS=	swig3.0:devel/swig30
 
-MAKE_ENV=	SWIG_FEATURES=-I${OPENSSLINC}
-PYDISTUTILS_BUILDARGS=	build_ext --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig3.0
+PYDISTUTILS_BUILDARGS=	build_ext --include=${OPENSSLINC} --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig3.0
 USE_PYTHON=	autoplist concurrent distutils
 USES=		python ssl
 



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