diff options
Diffstat (limited to 'security/py-cryptography-legacy')
-rw-r--r-- | security/py-cryptography-legacy/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/security/py-cryptography-legacy/Makefile b/security/py-cryptography-legacy/Makefile index 30e7a21cc290..bbaaac5fc60c 100644 --- a/security/py-cryptography-legacy/Makefile +++ b/security/py-cryptography-legacy/Makefile @@ -40,14 +40,7 @@ TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} CPE_VENDOR= cryptography_project -.include <bsd.port.pre.mk> - -.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42 -post-patch: - @${REINPLACE_CMD} -e 's|"-Wno-error=sign-conversion"||' ${WRKSRC}/src/_cffi_src/build_openssl.py -.endif - post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + -.include <bsd.port.post.mk> +.include <bsd.port.mk> |