svn commit: r452122 - head/security/py-m2crypto
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 15 00:38:46 UTC 2017
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 at 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
More information about the svn-ports-head
mailing list